#857F65

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

Shades of Olive Haze #857F65

Tints of Olive Haze #857F65

Color information

#857F65 (or 0x857F65) is unknown color: approx Olive Haze. HEX triplet: 85, 7F and 65. RGB value is (133,127,101). Sum of RGB (Red+Green+Blue) = 133+127+101=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #857F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F65 is #7A809A. Grayscale: #7D7D7D. Windows color (decimal): -8028315 or 6651781. OLE color: 6651781.

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

Color convert

RGB133127101-
CMYK00.050.240.48
HSL48.75º13.68%45.88%-
HSV(B)48.75º24.06%52.16%-
XYZ19.6121.115.35-
YUV125.83113.99133.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=36.84%
G=35.18%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312710100.050.240.4848.7513.6845.88
Hex857F6505183031e2e
Octal205177145053060611656
Binary10000101111111111001010101110001100001100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,127,101); }

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

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

 a { background-color: rgb(133,127,101); }

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

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

 span { border-color: rgb(133,127,101); }

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