#878D81

Color #878D81 Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #878D81

Tints of Spanish Green #878D81

Color information

#878D81 (or 0x878D81) is unknown color: approx Spanish Green. HEX triplet: 87, 8D and 81. RGB value is (135,141,129). Sum of RGB (Red+Green+Blue) = 135+141+129=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 141 - color contains mainly: green. Hex color #878D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878D81 is #78727E. Grayscale: #898989. Windows color (decimal): -7893631 or 8490375. OLE color: 8490375.

HSL color Cylindrical-coordinate representation of color #878D81: hue angle of 90º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #878D81 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB135141129-
CMYK0.0400.090.45
HSL90º5%52.94%-
HSV(B)90º8.51%55.29%-
XYZ23.4825.7924.51-
YUV137.84123.01125.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.33%
GREEN value IS 141 (55.47% from 255) = 34.81%
BLUE value IS 129 (50.78% from 255) = 31.85%
R=33.33%
G=34.81%
B=31.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351411290.0400.090.4590552.94
Hex878D814092D5a535
Octal207215201401155132565
Binary100001111000110110000001100010011011011011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878D81; }

 p { color: rgb(135,141,129); }

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

<style>
 a { background-color: #878D81; }

 a { background-color: rgb(135,141,129); }

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

<style>
 span { border-color: #878D81; }

 span { border-color: rgb(135,141,129); }

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