Shades of Spanish Green #80907A
Tints of Spanish Green #80907A
RGB
CMYK
RGB Variations
Color information
#80907A (or 0x80907A) is known color: Spanish Green. HEX triplet: 80, 90 and 7A. RGB value is (128,144,122). Sum of RGB (Red+Green+Blue) = 128+144+122=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 144 - color contains mainly: green. Hex color #80907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80907A is #7F6F85. Grayscale: #888888. Windows color (decimal): -8351622 or 8032384. OLE color: 8032384.
HSL color Cylindrical-coordinate representation of color #80907A: hue angle of 103.64º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #80907A is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 144 | 122 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.44 |
| HSL | 103.64º | 0.09% | 0.52% | - |
| HSV(B) | 103.64º | 0.15% | 0.56% | - |
| XYZ | 22.39 | 25.94 | 22.24 | - |
| YUV | 136.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 122 | 0.11 | 0 | 0.15 | 0.44 | 103.64 | 0.09 | 0.52 |
| Hex | 80 | 90 | 7A | B | 0 | F | 2C | 68 | 9 | 34 |
| Octal | 200 | 220 | 172 | 13 | 0 | 17 | 54 | 150 | 11 | 64 |
| Binary | 10000000 | 10010000 | 1111010 | 1011 | 0 | 1111 | 101100 | 1101000 | 1001 | 110100 |
Color Harmonies of #80907A
Complementary color
Monochromatic Colors of #80907A
Black with #80907A
Text Example
Text Example
White with #80907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80907A; }
p { color: rgb(128,144,122); }
H1.HeaderClassName
{
color: #80907A;
}
.AnyTagClassName
{
color: #80907A;
}
</style>
background-color css
<style>
a { background-color: #80907A; }
a { background-color: rgb(128,144,122); }
div.DivClassName
{
background-color: #80907A;
}
.BgClassName
{
background-color: #80907A;
}
</style>
border-color css
<style>
span { border-color: #80907A; }
span { border-color: rgb(128,144,122); }
td.TdClassName
{
border-color: #80907A;
}
.TagClassName
{
border-color: #80907A;
}
</style>