#868006

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

Shades of Olive #868006

Tints of Olive #868006

Color information

#868006 (or 0x868006) is unknown color: approx Olive. HEX triplet: 86, 80 and 06. RGB value is (134,128,6). Sum of RGB (Red+Green+Blue) = 134+128+6=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #868006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868006 is #797FF9. Grayscale: #747474. Windows color (decimal): -7962618 or 426118. OLE color: 426118.

HSL color Cylindrical-coordinate representation of color #868006: hue angle of 57.19º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #868006 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1341286-
CMYK00.040.960.47
HSL57.19º91.43%27.45%-
HSV(B)57.19º95.52%52.55%-
XYZ17.5820.523.21-
YUV115.8965.99140.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 47.76%
BLUE value IS 6 (2.73% from 255) = 2.24%
R=50%
G=47.76%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134128600.040.960.4757.1991.4327.45
Hex8680604602F395b1b
Octal206200604140577113333
Binary100001101000000011001001100000101111111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868006; }

 p { color: rgb(134,128,6); }

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

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

 a { background-color: rgb(134,128,6); }

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

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

 span { border-color: rgb(134,128,6); }

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