Shades of Spanish Green #81937E
Tints of Spanish Green #81937E
RGB
CMYK
RGB Variations
Color information
#81937E (or 0x81937E) is known color: Spanish Green. HEX triplet: 81, 93 and 7E. RGB value is (129,147,126). Sum of RGB (Red+Green+Blue) = 129+147+126=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #81937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81937E is #7E6C81. Grayscale: #8B8B8B. Windows color (decimal): -8285314 or 8295297. OLE color: 8295297.
HSL color Cylindrical-coordinate representation of color #81937E: hue angle of 111.43º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #81937E is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 147 | 126 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.42 |
| HSL | 111.43º | 0.09% | 0.54% | - |
| HSV(B) | 111.43º | 0.14% | 0.58% | - |
| XYZ | 23.25 | 27.04 | 23.73 | - |
| YUV | 139.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 126 | 0.12 | 0 | 0.14 | 0.42 | 111.43 | 0.09 | 0.54 |
| Hex | 81 | 93 | 7E | C | 0 | E | 2A | 6F | 9 | 36 |
| Octal | 201 | 223 | 176 | 14 | 0 | 16 | 52 | 157 | 11 | 66 |
| Binary | 10000001 | 10010011 | 1111110 | 1100 | 0 | 1110 | 101010 | 1101111 | 1001 | 110110 |
Color Harmonies of #81937E
Complementary color
Monochromatic Colors of #81937E
Black with #81937E
Text Example
Text Example
White with #81937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81937E; }
p { color: rgb(129,147,126); }
H1.HeaderClassName
{
color: #81937E;
}
.AnyTagClassName
{
color: #81937E;
}
</style>
background-color css
<style>
a { background-color: #81937E; }
a { background-color: rgb(129,147,126); }
div.DivClassName
{
background-color: #81937E;
}
.BgClassName
{
background-color: #81937E;
}
</style>
border-color css
<style>
span { border-color: #81937E; }
span { border-color: rgb(129,147,126); }
td.TdClassName
{
border-color: #81937E;
}
.TagClassName
{
border-color: #81937E;
}
</style>