#80917D

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

Shades of Spanish Green #80917D

Tints of Spanish Green #80917D

Color information

#80917D (or 0x80917D) is unknown color: approx Spanish Green. HEX triplet: 80, 91 and 7D. RGB value is (128,145,125). Sum of RGB (Red+Green+Blue) = 128+145+125=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 145 - color contains mainly: green. Hex color #80917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80917D is #7F6E82. Grayscale: #898989. Windows color (decimal): -8351363 or 8229248. OLE color: 8229248.

HSL color Cylindrical-coordinate representation of color #80917D: hue angle of 111º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #80917D is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB128145125-
CMYK0.1200.140.43
HSL111º8.33%52.94%-
HSV(B)111º13.79%56.86%-
XYZ22.7326.3223.28-
YUV137.64120.87121.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.16%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=32.16%
G=36.43%
B=31.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281451250.1200.140.431118.3352.94
Hex80917DC0E2B6f835
Octal20022117514016531571065
Binary1000000010010001111110111000111010101111011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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