Shades of Spanish Green #81907E
Tints of Spanish Green #81907E
RGB
CMYK
RGB Variations
Color information
#81907E (or 0x81907E) is known color: Spanish Green. HEX triplet: 81, 90 and 7E. RGB value is (129,144,126). Sum of RGB (Red+Green+Blue) = 129+144+126=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 144 - color contains mainly: green. Hex color #81907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81907E is #7E6F81. Grayscale: #898989. Windows color (decimal): -8286082 or 8294529. OLE color: 8294529.
HSL color Cylindrical-coordinate representation of color #81907E: hue angle of 110º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #81907E is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 144 | 126 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.44 |
| HSL | 110º | 0.08% | 0.53% | - |
| HSV(B) | 110º | 0.13% | 0.56% | - |
| XYZ | 22.79 | 26.12 | 23.58 | - |
| YUV | 137.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 144 | 126 | 0.10 | 0 | 0.12 | 0.44 | 110 | 0.08 | 0.53 |
| Hex | 81 | 90 | 7E | A | 0 | C | 2C | 6E | 8 | 35 |
| Octal | 201 | 220 | 176 | 12 | 0 | 14 | 54 | 156 | 10 | 65 |
| Binary | 10000001 | 10010000 | 1111110 | 1010 | 0 | 1100 | 101100 | 1101110 | 1000 | 110101 |
Color Harmonies of #81907E
Complementary color
Monochromatic Colors of #81907E
Black with #81907E
Text Example
Text Example
White with #81907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81907E; }
p { color: rgb(129,144,126); }
H1.HeaderClassName
{
color: #81907E;
}
.AnyTagClassName
{
color: #81907E;
}
</style>
background-color css
<style>
a { background-color: #81907E; }
a { background-color: rgb(129,144,126); }
div.DivClassName
{
background-color: #81907E;
}
.BgClassName
{
background-color: #81907E;
}
</style>
border-color css
<style>
span { border-color: #81907E; }
span { border-color: rgb(129,144,126); }
td.TdClassName
{
border-color: #81907E;
}
.TagClassName
{
border-color: #81907E;
}
</style>