#877D60

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

Shades of Olive Haze #877D60

Tints of Olive Haze #877D60

Color information

#877D60 (or 0x877D60) is unknown color: approx Olive Haze. HEX triplet: 87, 7D and 60. RGB value is (135,125,96). Sum of RGB (Red+Green+Blue) = 135+125+96=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #877D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D60 is #78829F. Grayscale: #7C7C7C. Windows color (decimal): -7897760 or 6323591. OLE color: 6323591.

HSL color Cylindrical-coordinate representation of color #877D60: hue angle of 44.62º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #877D60 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13512596-
CMYK00.070.290.47
HSL44.62º16.88%45.29%-
HSV(B)44.62º28.89%52.94%-
XYZ19.4420.6614.03-
YUV124.68111.81135.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.92%
GREEN value IS 125 (49.22% from 255) = 35.11%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=37.92%
G=35.11%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351259600.070.290.4744.6216.8845.29
Hex877D60071D2F2d112d
Octal207175140073557552155
Binary100001111111101110000001111110110111110110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,125,96); }

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

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

 a { background-color: rgb(135,125,96); }

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

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

 span { border-color: rgb(135,125,96); }

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