#877C61

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

Shades of Olive Haze #877C61

Tints of Olive Haze #877C61

Color information

#877C61 (or 0x877C61) is unknown color: approx Olive Haze. HEX triplet: 87, 7C and 61. RGB value is (135,124,97). Sum of RGB (Red+Green+Blue) = 135+124+97=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #877C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C61 is #78839E. Grayscale: #7C7C7C. Windows color (decimal): -7898015 or 6388871. OLE color: 6388871.

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

Color convert

RGB13512497-
CMYK00.080.280.47
HSL42.63º16.38%45.49%-
HSV(B)42.63º28.15%52.94%-
XYZ19.3620.4314.23-
YUV124.21112.64135.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.92%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 97 (38.28% from 255) = 27.25%
R=37.92%
G=34.83%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351249700.080.280.4742.6316.3845.49
Hex877C61081C2F2b102d
Octal2071741410103457532055
Binary1000011111111001100001010001110010111110101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,124,97); }

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

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

 a { background-color: rgb(135,124,97); }

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

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

 span { border-color: rgb(135,124,97); }

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