Shades of Spanish Green #81917B
Tints of Spanish Green #81917B
RGB
CMYK
RGB Variations
Color information
#81917B (or 0x81917B) is known color: Spanish Green. HEX triplet: 81, 91 and 7B. RGB value is (129,145,123). Sum of RGB (Red+Green+Blue) = 129+145+123=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #81917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81917B is #7E6E84. Grayscale: #898989. Windows color (decimal): -8285829 or 8098177. OLE color: 8098177.
HSL color Cylindrical-coordinate representation of color #81917B: hue angle of 103.64º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #81917B is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 145 | 123 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.43 |
| HSL | 103.64º | 0.09% | 0.53% | - |
| HSV(B) | 103.64º | 0.15% | 0.57% | - |
| XYZ | 22.75 | 26.35 | 22.63 | - |
| YUV | 137.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 145 | 123 | 0.11 | 0 | 0.15 | 0.43 | 103.64 | 0.09 | 0.53 |
| Hex | 81 | 91 | 7B | B | 0 | F | 2B | 68 | 9 | 35 |
| Octal | 201 | 221 | 173 | 13 | 0 | 17 | 53 | 150 | 11 | 65 |
| Binary | 10000001 | 10010001 | 1111011 | 1011 | 0 | 1111 | 101011 | 1101000 | 1001 | 110101 |
Color Harmonies of #81917B
Complementary color
Monochromatic Colors of #81917B
Black with #81917B
Text Example
Text Example
White with #81917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81917B; }
p { color: rgb(129,145,123); }
H1.HeaderClassName
{
color: #81917B;
}
.AnyTagClassName
{
color: #81917B;
}
</style>
background-color css
<style>
a { background-color: #81917B; }
a { background-color: rgb(129,145,123); }
div.DivClassName
{
background-color: #81917B;
}
.BgClassName
{
background-color: #81917B;
}
</style>
border-color css
<style>
span { border-color: #81917B; }
span { border-color: rgb(129,145,123); }
td.TdClassName
{
border-color: #81917B;
}
.TagClassName
{
border-color: #81917B;
}
</style>