#879480

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

Shades of Spanish Green #879480

Tints of Spanish Green #879480

Color information

#879480 (or 0x879480) is unknown color: approx Spanish Green. HEX triplet: 87, 94 and 80. RGB value is (135,148,128). Sum of RGB (Red+Green+Blue) = 135+148+128=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 148 - color contains mainly: green. Hex color #879480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879480 is #786B7F. Grayscale: #8D8D8D. Windows color (decimal): -7891840 or 8426631. OLE color: 8426631.

HSL color Cylindrical-coordinate representation of color #879480: hue angle of 99º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #879480 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB135148128-
CMYK0.0900.140.42
HSL99º8.55%54.12%-
HSV(B)99º13.51%58.04%-
XYZ24.4827.8924.52-
YUV141.83120.19123.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.85%
GREEN value IS 148 (58.20% from 255) = 36.01%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=32.85%
G=36.01%
B=31.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351481280.0900.140.42998.5554.12
Hex87948090E2A63936
Octal20722420011016521431166
Binary10000111100101001000000010010111010101011000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879480; }

 p { color: rgb(135,148,128); }

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

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

 a { background-color: rgb(135,148,128); }

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

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

 span { border-color: rgb(135,148,128); }

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