#867A08

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

Shades of Olive #867A08

Tints of Olive #867A08

Color information

#867A08 (or 0x867A08) is unknown color: approx Olive. HEX triplet: 86, 7A and 08. RGB value is (134,122,8). Sum of RGB (Red+Green+Blue) = 134+122+8=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #867A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867A08 is #7985F7. Grayscale: #717171. Windows color (decimal): -7964152 or 555654. OLE color: 555654.

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

Color convert

RGB1341228-
CMYK00.090.940.47
HSL54.29º88.73%27.84%-
HSV(B)54.29º94.03%52.55%-
XYZ16.83193.01-
YUV112.5968.98143.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 122 (48.05% from 255) = 46.21%
BLUE value IS 8 (3.52% from 255) = 3.03%
R=50.76%
G=46.21%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134122800.090.940.4754.2988.7327.84
Hex867A8095E2F36591c
Octal20617210011136576613134
Binary1000011011110101000010011011110101111110110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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