Shades of Spanish Green #81947E
Tints of Spanish Green #81947E
RGB
CMYK
RGB Variations
Color information
#81947E (or 0x81947E) is known color: Spanish Green. HEX triplet: 81, 94 and 7E. RGB value is (129,148,126). Sum of RGB (Red+Green+Blue) = 129+148+126=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #81947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81947E is #7E6B81. Grayscale: #8B8B8B. Windows color (decimal): -8285058 or 8295553. OLE color: 8295553.
HSL color Cylindrical-coordinate representation of color #81947E: hue angle of 111.82º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #81947E is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 148 | 126 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.42 |
| HSL | 111.82º | 0.09% | 0.54% | - |
| HSV(B) | 111.82º | 0.15% | 0.58% | - |
| XYZ | 23.41 | 27.35 | 23.78 | - |
| YUV | 139.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 148 | 126 | 0.13 | 0 | 0.15 | 0.42 | 111.82 | 0.09 | 0.54 |
| Hex | 81 | 94 | 7E | D | 0 | F | 2A | 70 | 9 | 36 |
| Octal | 201 | 224 | 176 | 15 | 0 | 17 | 52 | 160 | 11 | 66 |
| Binary | 10000001 | 10010100 | 1111110 | 1101 | 0 | 1111 | 101010 | 1110000 | 1001 | 110110 |
Color Harmonies of #81947E
Complementary color
Monochromatic Colors of #81947E
Black with #81947E
Text Example
Text Example
White with #81947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81947E; }
p { color: rgb(129,148,126); }
H1.HeaderClassName
{
color: #81947E;
}
.AnyTagClassName
{
color: #81947E;
}
</style>
background-color css
<style>
a { background-color: #81947E; }
a { background-color: rgb(129,148,126); }
div.DivClassName
{
background-color: #81947E;
}
.BgClassName
{
background-color: #81947E;
}
</style>
border-color css
<style>
span { border-color: #81947E; }
span { border-color: rgb(129,148,126); }
td.TdClassName
{
border-color: #81947E;
}
.TagClassName
{
border-color: #81947E;
}
</style>