Shades of Spanish Green #81937C
Tints of Spanish Green #81937C
RGB
CMYK
RGB Variations
Color information
#81937C (or 0x81937C) is known color: Spanish Green. HEX triplet: 81, 93 and 7C. RGB value is (129,147,124). Sum of RGB (Red+Green+Blue) = 129+147+124=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #81937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81937C is #7E6C83. Grayscale: #8B8B8B. Windows color (decimal): -8285316 or 8164225. OLE color: 8164225.
HSL color Cylindrical-coordinate representation of color #81937C: hue angle of 106.96º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81937C is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 147 | 124 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.42 |
| HSL | 106.96º | 0.1% | 0.53% | - |
| HSV(B) | 106.96º | 0.16% | 0.58% | - |
| XYZ | 23.13 | 26.99 | 23.06 | - |
| YUV | 139 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 124 | 0.12 | 0 | 0.16 | 0.42 | 106.96 | 0.1 | 0.53 |
| Hex | 81 | 93 | 7C | C | 0 | 10 | 2A | 6B | A | 35 |
| Octal | 201 | 223 | 174 | 14 | 0 | 20 | 52 | 153 | 12 | 65 |
| Binary | 10000001 | 10010011 | 1111100 | 1100 | 0 | 10000 | 101010 | 1101011 | 1010 | 110101 |
Color Harmonies of #81937C
Complementary color
Monochromatic Colors of #81937C
Black with #81937C
Text Example
Text Example
White with #81937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81937C; }
p { color: rgb(129,147,124); }
H1.HeaderClassName
{
color: #81937C;
}
.AnyTagClassName
{
color: #81937C;
}
</style>
background-color css
<style>
a { background-color: #81937C; }
a { background-color: rgb(129,147,124); }
div.DivClassName
{
background-color: #81937C;
}
.BgClassName
{
background-color: #81937C;
}
</style>
border-color css
<style>
span { border-color: #81937C; }
span { border-color: rgb(129,147,124); }
td.TdClassName
{
border-color: #81937C;
}
.TagClassName
{
border-color: #81937C;
}
</style>