#867806

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

Shades of Olive #867806

Tints of Olive #867806

Color information

#867806 (or 0x867806) is unknown color: approx Olive. HEX triplet: 86, 78 and 06. RGB value is (134,120,6). Sum of RGB (Red+Green+Blue) = 134+120+6=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #867806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867806 is #7987F9. Grayscale: #6F6F6F. Windows color (decimal): -7964666 or 424070. OLE color: 424070.

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

Color convert

RGB1341206-
CMYK00.100.960.47
HSL53.44º91.43%27.45%-
HSV(B)53.44º95.52%52.55%-
XYZ16.5818.512.87-
YUV111.1968.64144.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 120 (47.27% from 255) = 46.15%
BLUE value IS 6 (2.73% from 255) = 2.31%
R=51.54%
G=46.15%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134120600.100.960.4753.4491.4327.45
Hex867860A602F355b1b
Octal2061706012140576513333
Binary100001101111000110010101100000101111110101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867806; }

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

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

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

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

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

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

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

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