#879082

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

Shades of Spanish Green #879082

Tints of Spanish Green #879082

Color information

#879082 (or 0x879082) is unknown color: approx Spanish Green. HEX triplet: 87, 90 and 82. RGB value is (135,144,130). Sum of RGB (Red+Green+Blue) = 135+144+130=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 144 - color contains mainly: green. Hex color #879082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879082 is #786F7D. Grayscale: #8B8B8B. Windows color (decimal): -7892862 or 8556679. OLE color: 8556679.

HSL color Cylindrical-coordinate representation of color #879082: hue angle of 98.57º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #879082 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB135144130-
CMYK0.0600.100.44
HSL98.57º5.93%53.73%-
HSV(B)98.57º9.72%56.47%-
XYZ23.9926.7125.01-
YUV139.71122.52124.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 130 (51.17% from 255) = 31.78%
R=33.01%
G=35.21%
B=31.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351441300.0600.100.4498.575.9353.73
Hex87908260A2C63636
Octal207220202601254143666
Binary100001111001000010000010110010101011001100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879082; }

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

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

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

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

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

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

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

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