#868809

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

Shades of Olive #868809

Tints of Olive #868809

Color information

#868809 (or 0x868809) is unknown color: approx Olive. HEX triplet: 86, 88 and 09. RGB value is (134,136,9). Sum of RGB (Red+Green+Blue) = 134+136+9=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #868809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868809 is #7977F6. Grayscale: #797979. Windows color (decimal): -7960567 or 624774. OLE color: 624774.

HSL color Cylindrical-coordinate representation of color #868809: hue angle of 60.94º degrees, saturation: 0.88, 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 #868809 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1341369-
CMYK0.0100.930.47
HSL60.94º87.59%28.43%-
HSV(B)60.94º93.38%53.33%-
XYZ18.6822.73.65-
YUV120.9264.84137.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 136 (53.52% from 255) = 48.75%
BLUE value IS 9 (3.91% from 255) = 3.23%
R=48.03%
G=48.75%
B=3.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413690.0100.930.4760.9487.5928.43
Hex86889105D2F3d581c
Octal2062101110135577513034
Binary10000110100010001001101011101101111111101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868809; }

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

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

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

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

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

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

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

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