#80937D

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

Shades of Spanish Green #80937D

Tints of Spanish Green #80937D

Color information

#80937D (or 0x80937D) is unknown color: approx Spanish Green. HEX triplet: 80, 93 and 7D. RGB value is (128,147,125). Sum of RGB (Red+Green+Blue) = 128+147+125=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #80937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80937D is #7F6C82. Grayscale: #8A8A8A. Windows color (decimal): -8350851 or 8229760. OLE color: 8229760.

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

Color convert

RGB128147125-
CMYK0.1300.150.42
HSL111.82º9.24%53.33%-
HSV(B)111.82º14.97%57.65%-
XYZ23.0426.9423.39-
YUV138.81120.21120.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=32%
G=36.75%
B=31.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471250.1300.150.42111.829.2453.33
Hex80937DD0F2A70935
Octal20022317515017521601165
Binary1000000010010011111110111010111110101011100001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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