Shades of Spanish Green #81907A
Tints of Spanish Green #81907A
RGB
CMYK
RGB Variations
Color information
#81907A (or 0x81907A) is known color: Spanish Green. HEX triplet: 81, 90 and 7A. RGB value is (129,144,122). Sum of RGB (Red+Green+Blue) = 129+144+122=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #81907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81907A is #7E6F85. Grayscale: #898989. Windows color (decimal): -8286086 or 8032385. OLE color: 8032385.
HSL color Cylindrical-coordinate representation of color #81907A: hue angle of 100.91º 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 #81907A is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 144 | 122 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.44 |
| HSL | 100.91º | 0.09% | 0.52% | - |
| HSV(B) | 100.91º | 0.15% | 0.56% | - |
| XYZ | 22.54 | 26.02 | 22.25 | - |
| YUV | 137.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 144 | 122 | 0.10 | 0 | 0.15 | 0.44 | 100.91 | 0.09 | 0.52 |
| Hex | 81 | 90 | 7A | A | 0 | F | 2C | 65 | 9 | 34 |
| Octal | 201 | 220 | 172 | 12 | 0 | 17 | 54 | 145 | 11 | 64 |
| Binary | 10000001 | 10010000 | 1111010 | 1010 | 0 | 1111 | 101100 | 1100101 | 1001 | 110100 |
Color Harmonies of #81907A
Complementary color
Monochromatic Colors of #81907A
Black with #81907A
Text Example
Text Example
White with #81907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81907A; }
p { color: rgb(129,144,122); }
H1.HeaderClassName
{
color: #81907A;
}
.AnyTagClassName
{
color: #81907A;
}
</style>
background-color css
<style>
a { background-color: #81907A; }
a { background-color: rgb(129,144,122); }
div.DivClassName
{
background-color: #81907A;
}
.BgClassName
{
background-color: #81907A;
}
</style>
border-color css
<style>
span { border-color: #81907A; }
span { border-color: rgb(129,144,122); }
td.TdClassName
{
border-color: #81907A;
}
.TagClassName
{
border-color: #81907A;
}
</style>