#80937C

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

Shades of Spanish Green #80937C

Tints of Spanish Green #80937C

Color information

#80937C (or 0x80937C) is unknown color: approx Spanish Green. HEX triplet: 80, 93 and 7C. RGB value is (128,147,124). Sum of RGB (Red+Green+Blue) = 128+147+124=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #80937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80937C is #7F6C83. Grayscale: #8A8A8A. Windows color (decimal): -8350852 or 8164224. OLE color: 8164224.

HSL color Cylindrical-coordinate representation of color #80937C: hue angle of 109.57º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80937C is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB128147124-
CMYK0.1300.160.42
HSL109.57º9.62%53.14%-
HSV(B)109.57º15.65%57.65%-
XYZ22.9726.9123.05-
YUV138.7119.71120.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=32.08%
G=36.84%
B=31.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471240.1300.160.42109.579.6253.14
Hex80937CD0102A6ea35
Octal20022317415020521561265
Binary10000000100100111111100110101000010101011011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80937C; }

 p { color: rgb(128,147,124); }

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

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

 a { background-color: rgb(128,147,124); }

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

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

 span { border-color: rgb(128,147,124); }

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