#877F65

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

Shades of Olive Haze #877F65

Tints of Olive Haze #877F65

Color information

#877F65 (or 0x877F65) is unknown color: approx Olive Haze. HEX triplet: 87, 7F and 65. RGB value is (135,127,101). Sum of RGB (Red+Green+Blue) = 135+127+101=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #877F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F65 is #78809A. Grayscale: #7E7E7E. Windows color (decimal): -7897243 or 6651783. OLE color: 6651783.

HSL color Cylindrical-coordinate representation of color #877F65: hue angle of 45.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #877F65 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB135127101-
CMYK00.060.250.47
HSL45.88º14.41%46.27%-
HSV(B)45.88º25.19%52.94%-
XYZ19.9321.2715.37-
YUV126.43113.65134.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 127 (50% from 255) = 34.99%
BLUE value IS 101 (39.84% from 255) = 27.82%
R=37.19%
G=34.99%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512710100.060.250.4745.8814.4146.27
Hex877F6506192F2ee2e
Octal207177145063157561656
Binary10000111111111111001010110110011011111011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877F65; }

 p { color: rgb(135,127,101); }

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

<style>
 a { background-color: #877F65; }

 a { background-color: rgb(135,127,101); }

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

<style>
 span { border-color: #877F65; }

 span { border-color: rgb(135,127,101); }

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