#868709

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

Shades of Olive #868709

Tints of Olive #868709

Color information

#868709 (or 0x868709) is unknown color: approx Olive. HEX triplet: 86, 87 and 09. RGB value is (134,135,9). Sum of RGB (Red+Green+Blue) = 134+135+9=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #868709 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868709 is #7978F6. Grayscale: #787878. Windows color (decimal): -7960823 or 624518. OLE color: 624518.

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

Color convert

RGB1341359-
CMYK0.0100.930.47
HSL60.48º87.5%28.24%-
HSV(B)60.48º93.33%52.94%-
XYZ18.5422.423.61-
YUV120.3465.17137.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 135 (53.12% from 255) = 48.56%
BLUE value IS 9 (3.91% from 255) = 3.24%
R=48.20%
G=48.56%
B=3.24%

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
Decimal13413590.0100.930.4760.4887.528.24
Hex86879105D2F3c581c
Octal2062071110135577413034
Binary10000110100001111001101011101101111111100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868709; }

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

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

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

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

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

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

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

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