#858067

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

Shades of Olive Haze #858067

Tints of Olive Haze #858067

Color information

#858067 (or 0x858067) is unknown color: approx Olive Haze. HEX triplet: 85, 80 and 67. RGB value is (133,128,103). Sum of RGB (Red+Green+Blue) = 133+128+103=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #858067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858067 is #7A7F98. Grayscale: #7E7E7E. Windows color (decimal): -8028057 or 6783109. OLE color: 6783109.

HSL color Cylindrical-coordinate representation of color #858067: hue angle of 50º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858067 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB133128103-
CMYK00.040.230.48
HSL50º12.71%46.27%-
HSV(B)50º22.56%52.16%-
XYZ19.8421.415.92-
YUV126.64114.66132.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=36.54%
G=35.16%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312810300.040.230.485012.7146.27
Hex85806704173032d2e
Octal205200147042760621556
Binary100001011000000011001110100101111100001100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858067; }

 p { color: rgb(133,128,103); }

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

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

 a { background-color: rgb(133,128,103); }

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

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

 span { border-color: rgb(133,128,103); }

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