#878E81

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

Shades of Spanish Green #878E81

Tints of Spanish Green #878E81

Color information

#878E81 (or 0x878E81) is unknown color: approx Spanish Green. HEX triplet: 87, 8E and 81. RGB value is (135,142,129). Sum of RGB (Red+Green+Blue) = 135+142+129=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 142 - color contains mainly: green. Hex color #878E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E81 is #78717E. Grayscale: #8A8A8A. Windows color (decimal): -7893375 or 8490631. OLE color: 8490631.

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

Color convert

RGB135142129-
CMYK0.0500.090.44
HSL92.31º5.44%53.14%-
HSV(B)92.31º9.15%55.69%-
XYZ23.6326.0824.56-
YUV138.42122.68125.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 142 (55.86% from 255) = 34.98%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=33.25%
G=34.98%
B=31.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351421290.0500.090.4492.315.4453.14
Hex878E815092C5c535
Octal207216201501154134565
Binary100001111000111010000001101010011011001011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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