#80917C

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

Shades of Spanish Green #80917C

Tints of Spanish Green #80917C

Color information

#80917C (or 0x80917C) is unknown color: approx Spanish Green. HEX triplet: 80, 91 and 7C. RGB value is (128,145,124). Sum of RGB (Red+Green+Blue) = 128+145+124=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #80917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80917C is #7F6E83. Grayscale: #898989. Windows color (decimal): -8351364 or 8163712. OLE color: 8163712.

HSL color Cylindrical-coordinate representation of color #80917C: hue angle of 108.57º degrees, saturation: 0.09, 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 #80917C is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB128145124-
CMYK0.1200.140.43
HSL108.57º8.71%52.75%-
HSV(B)108.57º14.48%56.86%-
XYZ22.6726.322.95-
YUV137.52120.37121.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=32.24%
G=36.52%
B=31.23%

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
Decimal1281451240.1200.140.43108.578.7152.75
Hex80917CC0E2B6d935
Octal20022117414016531551165
Binary1000000010010001111110011000111010101111011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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