#879381

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

Shades of Spanish Green #879381

Tints of Spanish Green #879381

Color information

#879381 (or 0x879381) is unknown color: approx Spanish Green. HEX triplet: 87, 93 and 81. RGB value is (135,147,129). Sum of RGB (Red+Green+Blue) = 135+147+129=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #879381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879381 is #786C7E. Grayscale: #8D8D8D. Windows color (decimal): -7892095 or 8491911. OLE color: 8491911.

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

Color convert

RGB135147129-
CMYK0.0800.120.42
HSL100º7.69%54.12%-
HSV(B)100º12.24%57.65%-
XYZ24.3927.624.81-
YUV141.36121.02123.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.85%
GREEN value IS 147 (57.81% from 255) = 35.77%
BLUE value IS 129 (50.78% from 255) = 31.39%
R=32.85%
G=35.77%
B=31.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351471290.0800.120.421007.6954.12
Hex87938180C2A64836
Octal20722320110014521441066
Binary10000111100100111000000110000110010101011001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879381; }

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

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

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

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

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

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

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

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