#858068

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

Shades of Olive Haze #858068

Tints of Olive Haze #858068

Color information

#858068 (or 0x858068) is unknown color: approx Olive Haze. HEX triplet: 85, 80 and 68. RGB value is (133,128,104). Sum of RGB (Red+Green+Blue) = 133+128+104=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #858068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858068 is #7A7F97. Grayscale: #7E7E7E. Windows color (decimal): -8028056 or 6848645. OLE color: 6848645.

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

Color convert

RGB133128104-
CMYK00.040.220.48
HSL49.66º12.24%46.47%-
HSV(B)49.66º21.8%52.16%-
XYZ19.8921.4216.18-
YUV126.76115.16132.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.44%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=36.44%
G=35.07%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312810400.040.220.4849.6612.2446.47
Hex85806804163032c2e
Octal205200150042660621456
Binary100001011000000011010000100101101100001100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858068; }

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

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

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

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

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

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

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

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