#879382

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

Shades of Spanish Green #879382

Tints of Spanish Green #879382

Color information

#879382 (or 0x879382) is unknown color: approx Spanish Green. HEX triplet: 87, 93 and 82. RGB value is (135,147,130). Sum of RGB (Red+Green+Blue) = 135+147+130=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 147 - color contains mainly: green. Hex color #879382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879382 is #786C7D. Grayscale: #8D8D8D. Windows color (decimal): -7892094 or 8557447. OLE color: 8557447.

HSL color Cylindrical-coordinate representation of color #879382: hue angle of 102.35º degrees, saturation: 0.07, 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 #879382 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB135147130-
CMYK0.0800.120.42
HSL102.35º7.3%54.31%-
HSV(B)102.35º11.56%57.65%-
XYZ24.4527.6325.16-
YUV141.47121.52123.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.77%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=32.77%
G=35.68%
B=31.55%

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
Decimal1351471300.0800.120.42102.357.354.31
Hex87938280C2A66736
Octal2072232021001452146766
Binary1000011110010011100000101000011001010101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879382; }

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

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

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

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

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

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

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

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