#80927D

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

Shades of Spanish Green #80927D

Tints of Spanish Green #80927D

Color information

#80927D (or 0x80927D) is unknown color: approx Spanish Green. HEX triplet: 80, 92 and 7D. RGB value is (128,146,125). Sum of RGB (Red+Green+Blue) = 128+146+125=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #80927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80927D is #7F6D82. Grayscale: #8A8A8A. Windows color (decimal): -8351107 or 8229504. OLE color: 8229504.

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

Color convert

RGB128146125-
CMYK0.1200.140.43
HSL111.43º8.79%53.14%-
HSV(B)111.43º14.38%57.25%-
XYZ22.8826.6323.34-
YUV138.22120.54120.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=32.08%
G=36.59%
B=31.33%

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
Decimal1281461250.1200.140.43111.438.7953.14
Hex80927DC0E2B6f935
Octal20022217514016531571165
Binary1000000010010010111110111000111010101111011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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