#857E67

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

Shades of Olive Haze #857E67

Tints of Olive Haze #857E67

Color information

#857E67 (or 0x857E67) is unknown color: approx Olive Haze. HEX triplet: 85, 7E and 67. RGB value is (133,126,103). Sum of RGB (Red+Green+Blue) = 133+126+103=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #857E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E67 is #7A8198. Grayscale: #7D7D7D. Windows color (decimal): -8028569 or 6782597. OLE color: 6782597.

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

Color convert

RGB133126103-
CMYK00.050.230.48
HSL46º12.71%46.27%-
HSV(B)46º22.56%52.16%-
XYZ19.5820.8915.83-
YUV125.47115.32133.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 126 (49.61% from 255) = 34.81%
BLUE value IS 103 (40.62% from 255) = 28.45%
R=36.74%
G=34.81%
B=28.45%

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
Decimal13312610300.050.230.484612.7146.27
Hex857E670517302ed2e
Octal205176147052760561556
Binary10000101111111011001110101101111100001011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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