#858066

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

Shades of Olive Haze #858066

Tints of Olive Haze #858066

Color information

#858066 (or 0x858066) is unknown color: approx Olive Haze. HEX triplet: 85, 80 and 66. RGB value is (133,128,102). Sum of RGB (Red+Green+Blue) = 133+128+102=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #858066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858066 is #7A7F99. Grayscale: #7E7E7E. Windows color (decimal): -8028058 or 6717573. OLE color: 6717573.

HSL color Cylindrical-coordinate representation of color #858066: hue angle of 50.32º 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 #858066 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB133128102-
CMYK00.040.230.48
HSL50.32º13.19%46.08%-
HSV(B)50.32º23.31%52.16%-
XYZ19.7921.3815.65-
YUV126.53114.16132.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.64%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=36.64%
G=35.26%
B=28.10%

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
Decimal13312810200.040.230.4850.3213.1946.08
Hex85806604173032d2e
Octal205200146042760621556
Binary100001011000000011001100100101111100001100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858066; }

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

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

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

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

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

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

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

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