Shades of Spanish Green #81937D
Tints of Spanish Green #81937D
RGB
CMYK
RGB Variations
Color information
#81937D (or 0x81937D) is known color: Spanish Green. HEX triplet: 81, 93 and 7D. RGB value is (129,147,125). Sum of RGB (Red+Green+Blue) = 129+147+125=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #81937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81937D is #7E6C82. Grayscale: #8B8B8B. Windows color (decimal): -8285315 or 8229761. OLE color: 8229761.
HSL color Cylindrical-coordinate representation of color #81937D: hue angle of 109.09º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #81937D is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 147 | 125 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.42 |
| HSL | 109.09º | 0.09% | 0.53% | - |
| HSV(B) | 109.09º | 0.15% | 0.58% | - |
| XYZ | 23.19 | 27.02 | 23.39 | - |
| YUV | 139.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 125 | 0.12 | 0 | 0.15 | 0.42 | 109.09 | 0.09 | 0.53 |
| Hex | 81 | 93 | 7D | C | 0 | F | 2A | 6D | 9 | 35 |
| Octal | 201 | 223 | 175 | 14 | 0 | 17 | 52 | 155 | 11 | 65 |
| Binary | 10000001 | 10010011 | 1111101 | 1100 | 0 | 1111 | 101010 | 1101101 | 1001 | 110101 |
Color Harmonies of #81937D
Complementary color
Monochromatic Colors of #81937D
Black with #81937D
Text Example
Text Example
White with #81937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81937D; }
p { color: rgb(129,147,125); }
H1.HeaderClassName
{
color: #81937D;
}
.AnyTagClassName
{
color: #81937D;
}
</style>
background-color css
<style>
a { background-color: #81937D; }
a { background-color: rgb(129,147,125); }
div.DivClassName
{
background-color: #81937D;
}
.BgClassName
{
background-color: #81937D;
}
</style>
border-color css
<style>
span { border-color: #81937D; }
span { border-color: rgb(129,147,125); }
td.TdClassName
{
border-color: #81937D;
}
.TagClassName
{
border-color: #81937D;
}
</style>