#867F0A

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

Shades of Olive #867F0A

Tints of Olive #867F0A

Color information

#867F0A (or 0x867F0A) is unknown color: approx Olive. HEX triplet: 86, 7F and 0A. RGB value is (134,127,10). Sum of RGB (Red+Green+Blue) = 134+127+10=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 127 (50% from 255 or 46.86% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #867F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867F0A is #7980F5. Grayscale: #747474. Windows color (decimal): -7962870 or 688006. OLE color: 688006.

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

Color convert

RGB13412710-
CMYK00.050.930.47
HSL56.61º86.11%28.24%-
HSV(B)56.61º92.54%52.55%-
XYZ17.4820.273.28-
YUV115.7568.32141.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 127 (50% from 255) = 46.86%
BLUE value IS 10 (4.30% from 255) = 3.69%
R=49.45%
G=46.86%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341271000.050.930.4756.6186.1128.24
Hex867FA055D2F39561c
Octal2061771205135577112634
Binary100001101111111101001011011101101111111001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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