#867F06

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

Shades of Olive #867F06

Tints of Olive #867F06

Color information

#867F06 (or 0x867F06) is unknown color: approx Olive. HEX triplet: 86, 7F and 06. RGB value is (134,127,6). Sum of RGB (Red+Green+Blue) = 134+127+6=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #867F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867F06 is #7980F9. Grayscale: #737373. Windows color (decimal): -7962874 or 425862. OLE color: 425862.

HSL color Cylindrical-coordinate representation of color #867F06: hue angle of 56.72º 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 #867F06 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1341276-
CMYK00.050.960.47
HSL56.72º91.43%27.45%-
HSV(B)56.72º95.52%52.55%-
XYZ17.4520.263.16-
YUV115.366.32141.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 127 (50% from 255) = 47.57%
BLUE value IS 6 (2.73% from 255) = 2.25%
R=50.19%
G=47.57%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134127600.050.960.4756.7291.4327.45
Hex867F605602F395b1b
Octal206177605140577113333
Binary10000110111111111001011100000101111111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867F06; }

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

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

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

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

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

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

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

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