Shades of Spanish Green #81897C
Tints of Spanish Green #81897C
RGB
CMYK
RGB Variations
Color information
#81897C (or 0x81897C) is known color: Spanish Green. HEX triplet: 81, 89 and 7C. RGB value is (129,137,124). Sum of RGB (Red+Green+Blue) = 129+137+124=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 137 - color contains mainly: green. Hex color #81897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81897C is #7E7683. Grayscale: #858585. Windows color (decimal): -8287876 or 8161665. OLE color: 8161665.
HSL color Cylindrical-coordinate representation of color #81897C: hue angle of 96.92º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #81897C is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 137 | 124 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.46 |
| HSL | 96.92º | 0.05% | 0.51% | - |
| HSV(B) | 96.92º | 0.09% | 0.54% | - |
| XYZ | 21.64 | 24.01 | 22.56 | - |
| YUV | 133.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 124 | 0.06 | 0 | 0.09 | 0.46 | 96.92 | 0.05 | 0.51 |
| Hex | 81 | 89 | 7C | 6 | 0 | 9 | 2E | 61 | 5 | 33 |
| Octal | 201 | 211 | 174 | 6 | 0 | 11 | 56 | 141 | 5 | 63 |
| Binary | 10000001 | 10001001 | 1111100 | 110 | 0 | 1001 | 101110 | 1100001 | 101 | 110011 |
Color Harmonies of #81897C
Complementary color
Monochromatic Colors of #81897C
Black with #81897C
Text Example
Text Example
White with #81897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81897C; }
p { color: rgb(129,137,124); }
H1.HeaderClassName
{
color: #81897C;
}
.AnyTagClassName
{
color: #81897C;
}
</style>
background-color css
<style>
a { background-color: #81897C; }
a { background-color: rgb(129,137,124); }
div.DivClassName
{
background-color: #81897C;
}
.BgClassName
{
background-color: #81897C;
}
</style>
border-color css
<style>
span { border-color: #81897C; }
span { border-color: rgb(129,137,124); }
td.TdClassName
{
border-color: #81897C;
}
.TagClassName
{
border-color: #81897C;
}
</style>