#878D82

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

Shades of Spanish Green #878D82

Tints of Spanish Green #878D82

Color information

#878D82 (or 0x878D82) is unknown color: approx Spanish Green. HEX triplet: 87, 8D and 82. RGB value is (135,141,130). Sum of RGB (Red+Green+Blue) = 135+141+130=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 141 - color contains mainly: green. Hex color #878D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878D82 is #78727D. Grayscale: #898989. Windows color (decimal): -7893630 or 8555911. OLE color: 8555911.

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

Color convert

RGB135141130-
CMYK0.0400.080.45
HSL92.73º4.6%53.14%-
HSV(B)92.73º7.8%55.29%-
XYZ23.5525.8124.86-
YUV137.95123.51125.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 141 (55.47% from 255) = 34.73%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=33.25%
G=34.73%
B=32.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351411300.0400.080.4592.734.653.14
Hex878D824082D5d535
Octal207215202401055135565
Binary100001111000110110000010100010001011011011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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