#867609

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

Shades of Olive #867609

Tints of Olive #867609

Color information

#867609 (or 0x867609) is unknown color: approx Olive. HEX triplet: 86, 76 and 09. RGB value is (134,118,9). Sum of RGB (Red+Green+Blue) = 134+118+9=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #867609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867609 is #7989F6. Grayscale: #6E6E6E. Windows color (decimal): -7965175 or 620166. OLE color: 620166.

HSL color Cylindrical-coordinate representation of color #867609: hue angle of 52.32º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #867609 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1341189-
CMYK00.120.930.47
HSL52.32º87.41%28.04%-
HSV(B)52.32º93.28%52.55%-
XYZ16.3618.042.88-
YUV110.3670.8144.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 118 (46.48% from 255) = 45.21%
BLUE value IS 9 (3.91% from 255) = 3.45%
R=51.34%
G=45.21%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134118900.120.930.4752.3287.4128.04
Hex867690C5D2F34571c
Octal20616611014135576412734
Binary1000011011101101001011001011101101111110100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867609; }

 p { color: rgb(134,118,9); }

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

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

 a { background-color: rgb(134,118,9); }

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

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

 span { border-color: rgb(134,118,9); }

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