#857D65

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

Shades of Olive Haze #857D65

Tints of Olive Haze #857D65

Color information

#857D65 (or 0x857D65) is unknown color: approx Olive Haze. HEX triplet: 85, 7D and 65. RGB value is (133,125,101). Sum of RGB (Red+Green+Blue) = 133+125+101=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #857D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D65 is #7A829A. Grayscale: #7C7C7C. Windows color (decimal): -8028827 or 6651269. OLE color: 6651269.

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

Color convert

RGB133125101-
CMYK00.060.240.48
HSL45º13.68%45.88%-
HSV(B)45º24.06%52.16%-
XYZ19.3620.5915.27-
YUV124.66114.65133.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 125 (49.22% from 255) = 34.82%
BLUE value IS 101 (39.84% from 255) = 28.13%
R=37.05%
G=34.82%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312510100.060.240.484513.6845.88
Hex857D650618302de2e
Octal205175145063060551656
Binary10000101111110111001010110110001100001011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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