#857D5F

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

Shades of Olive Haze #857D5F

Tints of Olive Haze #857D5F

Color information

#857D5F (or 0x857D5F) is unknown color: approx Olive Haze. HEX triplet: 85, 7D and 5F. RGB value is (133,125,95). Sum of RGB (Red+Green+Blue) = 133+125+95=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #857D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D5F is #7A82A0. Grayscale: #7C7C7C. Windows color (decimal): -8028833 or 6258053. OLE color: 6258053.

HSL color Cylindrical-coordinate representation of color #857D5F: hue angle of 47.37º 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 #857D5F is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13312595-
CMYK00.060.290.48
HSL47.37º16.67%44.71%-
HSV(B)47.37º28.57%52.16%-
XYZ19.0720.4813.77-
YUV123.97111.65134.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 95 (37.5% from 255) = 26.91%
R=37.68%
G=35.41%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331259500.060.290.4847.3716.6744.71
Hex857D5F061D302f112d
Octal205175137063560572155
Binary100001011111101101111101101110111000010111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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