#857F64

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

Shades of Olive Haze #857F64

Tints of Olive Haze #857F64

Color information

#857F64 (or 0x857F64) is unknown color: approx Olive Haze. HEX triplet: 85, 7F and 64. RGB value is (133,127,100). Sum of RGB (Red+Green+Blue) = 133+127+100=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #857F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F64 is #7A809B. Grayscale: #7D7D7D. Windows color (decimal): -8028316 or 6586245. OLE color: 6586245.

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

Color convert

RGB133127100-
CMYK00.050.250.48
HSL49.09º14.16%45.69%-
HSV(B)49.09º24.81%52.16%-
XYZ19.5621.0915.1-
YUV125.72113.49133.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 100 (39.45% from 255) = 27.78%
R=36.94%
G=35.28%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312710000.050.250.4849.0914.1645.69
Hex857F6405193031e2e
Octal205177144053160611656
Binary10000101111111111001000101110011100001100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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