#867C08

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

Shades of Olive #867C08

Tints of Olive #867C08

Color information

#867C08 (or 0x867C08) is unknown color: approx Olive. HEX triplet: 86, 7C and 08. RGB value is (134,124,8). Sum of RGB (Red+Green+Blue) = 134+124+8=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #867C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867C08 is #7983F7. Grayscale: #727272. Windows color (decimal): -7963640 or 556166. OLE color: 556166.

HSL color Cylindrical-coordinate representation of color #867C08: hue angle of 55.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #867C08 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB1341248-
CMYK00.070.940.47
HSL55.24º88.73%27.84%-
HSV(B)55.24º94.03%52.55%-
XYZ17.0819.53.09-
YUV113.7768.31142.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 124 (48.83% from 255) = 46.62%
BLUE value IS 8 (3.52% from 255) = 3.01%
R=50.38%
G=46.62%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134124800.070.940.4755.2488.7327.84
Hex867C8075E2F37591c
Octal2061741007136576713134
Binary100001101111100100001111011110101111110111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,124,8); }

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

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

 a { background-color: rgb(134,124,8); }

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

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

 span { border-color: rgb(134,124,8); }

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