#847507

Color #847507 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #847507

Tints of Olive #847507

Color information

#847507 (or 0x847507) is unknown color: approx Olive. HEX triplet: 84, 75 and 07. RGB value is (132,117,7). Sum of RGB (Red+Green+Blue) = 132+117+7=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #847507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847507 is #7B8AF8. Grayscale: #6D6D6D. Windows color (decimal): -8096505 or 488836. OLE color: 488836.

HSL color Cylindrical-coordinate representation of color #847507: hue angle of 52.8º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #847507 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1321177-
CMYK00.110.950.48
HSL52.8º89.93%27.25%-
HSV(B)52.8º94.7%51.76%-
XYZ15.9217.642.77-
YUV108.9470.47144.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 51.56%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 7 (3.12% from 255) = 2.73%
R=51.56%
G=45.70%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132117700.110.950.4852.889.9327.25
Hex847570B5F30355a1b
Octal2041657013137606513233
Binary100001001110101111010111011111110000110101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847507; }

 p { color: rgb(132,117,7); }

 H1.HeaderClassName
 {
   color: #847507;
 }
 .AnyTagClassName
 {
   color: #847507;
 }
</style>
background-color css

<style>
 a { background-color: #847507; }

 a { background-color: rgb(132,117,7); }

 div.DivClassName
 {
   background-color: #847507;
 }
 .BgClassName
 {
   background-color: #847507;
 }
</style>
border-color css

<style>
 span { border-color: #847507; }

 span { border-color: rgb(132,117,7); }

 td.TdClassName
 {
   border-color: #847507;
 }
 .TagClassName
 {
   border-color: #847507;
 }
</style>