#857F6B

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

Shades of Olive Haze #857F6B

Tints of Olive Haze #857F6B

Color information

#857F6B (or 0x857F6B) is unknown color: approx Olive Haze. HEX triplet: 85, 7F and 6B. RGB value is (133,127,107). Sum of RGB (Red+Green+Blue) = 133+127+107=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #857F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F6B is #7A8094. Grayscale: #7E7E7E. Windows color (decimal): -8028309 or 7044997. OLE color: 7044997.

HSL color Cylindrical-coordinate representation of color #857F6B: hue angle of 46.15º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #857F6B is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB133127107-
CMYK00.050.200.48
HSL46.15º10.83%47.06%-
HSV(B)46.15º19.55%52.16%-
XYZ19.9221.2316.96-
YUV126.51116.99132.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 107 (42.19% from 255) = 29.16%
R=36.24%
G=34.60%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312710700.050.200.4846.1510.8347.06
Hex857F6B0514302eb2f
Octal205177153052460561357
Binary10000101111111111010110101101001100001011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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