#857E5F

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

Shades of Olive Haze #857E5F

Tints of Olive Haze #857E5F

Color information

#857E5F (or 0x857E5F) is unknown color: approx Olive Haze. HEX triplet: 85, 7E and 5F. RGB value is (133,126,95). Sum of RGB (Red+Green+Blue) = 133+126+95=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #857E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E5F is #7A81A0. Grayscale: #7C7C7C. Windows color (decimal): -8028577 or 6258309. OLE color: 6258309.

HSL color Cylindrical-coordinate representation of color #857E5F: hue angle of 48.95º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #857E5F is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13312695-
CMYK00.050.290.48
HSL48.95º16.67%44.71%-
HSV(B)48.95º28.57%52.16%-
XYZ19.220.7313.82-
YUV124.56111.32134.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 95 (37.5% from 255) = 26.84%
R=37.57%
G=35.59%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331269500.050.290.4848.9516.6744.71
Hex857E5F051D3031112d
Octal205176137053560612155
Binary100001011111110101111101011110111000011000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857E5F; }

 p { color: rgb(133,126,95); }

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

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

 a { background-color: rgb(133,126,95); }

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

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

 span { border-color: rgb(133,126,95); }

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