#877F67

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

Shades of Olive Haze #877F67

Tints of Olive Haze #877F67

Color information

#877F67 (or 0x877F67) is unknown color: approx Olive Haze. HEX triplet: 87, 7F and 67. RGB value is (135,127,103). Sum of RGB (Red+Green+Blue) = 135+127+103=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #877F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F67 is #788098. Grayscale: #7E7E7E. Windows color (decimal): -7897241 or 6782855. OLE color: 6782855.

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

Color convert

RGB135127103-
CMYK00.060.240.47
HSL45º13.45%46.67%-
HSV(B)45º23.7%52.94%-
XYZ20.0321.3115.89-
YUV126.66114.65133.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=36.99%
G=34.79%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512710300.060.240.474513.4546.67
Hex877F6706182F2dd2f
Octal207177147063057551557
Binary10000111111111111001110110110001011111011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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