#857F67

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

Shades of Olive Haze #857F67

Tints of Olive Haze #857F67

Color information

#857F67 (or 0x857F67) is unknown color: approx Olive Haze. HEX triplet: 85, 7F and 67. RGB value is (133,127,103). Sum of RGB (Red+Green+Blue) = 133+127+103=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #857F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F67 is #7A8098. Grayscale: #7E7E7E. Windows color (decimal): -8028313 or 6782853. OLE color: 6782853.

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

Color convert

RGB133127103-
CMYK00.050.230.48
HSL48º12.71%46.27%-
HSV(B)48º22.56%52.16%-
XYZ19.7121.1415.87-
YUV126.06114.99132.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.64%
GREEN value IS 127 (50% from 255) = 34.99%
BLUE value IS 103 (40.62% from 255) = 28.37%
R=36.64%
G=34.99%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312710300.050.230.484812.7146.27
Hex857F6705173030d2e
Octal205177147052760601556
Binary10000101111111111001110101101111100001100001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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