#858069

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

Shades of Olive Haze #858069

Tints of Olive Haze #858069

Color information

#858069 (or 0x858069) is unknown color: approx Olive Haze. HEX triplet: 85, 80 and 69. RGB value is (133,128,105). Sum of RGB (Red+Green+Blue) = 133+128+105=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #858069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858069 is #7A7F96. Grayscale: #7E7E7E. Windows color (decimal): -8028055 or 6914181. OLE color: 6914181.

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

Color convert

RGB133128105-
CMYK00.040.210.48
HSL49.29º11.76%46.67%-
HSV(B)49.29º21.05%52.16%-
XYZ19.9421.4416.45-
YUV126.87115.66132.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=36.34%
G=34.97%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312810500.040.210.4849.2911.7646.67
Hex85806904153031c2f
Octal205200151042560611457
Binary100001011000000011010010100101011100001100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858069; }

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

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

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

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

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

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

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

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