#879282

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

Shades of Spanish Green #879282

Tints of Spanish Green #879282

Color information

#879282 (or 0x879282) is unknown color: approx Spanish Green. HEX triplet: 87, 92 and 82. RGB value is (135,146,130). Sum of RGB (Red+Green+Blue) = 135+146+130=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 146 - color contains mainly: green. Hex color #879282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879282 is #786D7D. Grayscale: #8C8C8C. Windows color (decimal): -7892350 or 8557191. OLE color: 8557191.

HSL color Cylindrical-coordinate representation of color #879282: hue angle of 101.25º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #879282 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB135146130-
CMYK0.0800.110.43
HSL101.25º6.84%54.12%-
HSV(B)101.25º10.96%57.25%-
XYZ24.327.3225.11-
YUV140.89121.86123.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.85%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=32.85%
G=35.52%
B=31.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351461300.0800.110.43101.256.8454.12
Hex87928280B2B65736
Octal2072222021001353145766
Binary1000011110010010100000101000010111010111100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879282; }

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

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

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

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

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

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

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

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