#867406

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

Shades of Olive #867406

Tints of Olive #867406

Color information

#867406 (or 0x867406) is unknown color: approx Olive. HEX triplet: 86, 74 and 06. RGB value is (134,116,6). Sum of RGB (Red+Green+Blue) = 134+116+6=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #867406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867406 is #798BF9. Grayscale: #6D6D6D. Windows color (decimal): -7965690 or 423046. OLE color: 423046.

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

Color convert

RGB1341166-
CMYK00.130.960.47
HSL51.56º91.43%27.45%-
HSV(B)51.56º95.52%52.55%-
XYZ16.1117.572.72-
YUV108.8469.96145.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 6 (2.73% from 255) = 2.34%
R=52.34%
G=45.31%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134116600.130.960.4751.5691.4327.45
Hex867460D602F345b1b
Octal2061646015140576413333
Binary100001101110100110011011100000101111110100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867406; }

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

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

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

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

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

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

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

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