#879482

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

Shades of Spanish Green #879482

Tints of Spanish Green #879482

Color information

#879482 (or 0x879482) is unknown color: approx Spanish Green. HEX triplet: 87, 94 and 82. RGB value is (135,148,130). Sum of RGB (Red+Green+Blue) = 135+148+130=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #879482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879482 is #786B7D. Grayscale: #8E8E8E. Windows color (decimal): -7891838 or 8557703. OLE color: 8557703.

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

Color convert

RGB135148130-
CMYK0.0900.120.42
HSL103.33º7.76%54.51%-
HSV(B)103.33º12.16%58.04%-
XYZ24.6127.9425.22-
YUV142.06121.19122.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.69%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=32.69%
G=35.84%
B=31.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351481300.0900.120.42103.337.7654.51
Hex87948290C2A67837
Octal20722420211014521471067
Binary10000111100101001000001010010110010101011001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879482; }

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

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

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

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

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

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

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

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