Shades of Spanish Green #818D7D
Tints of Spanish Green #818D7D
RGB
CMYK
RGB Variations
Color information
#818D7D (or 0x818D7D) is known color: Spanish Green. HEX triplet: 81, 8D and 7D. RGB value is (129,141,125). Sum of RGB (Red+Green+Blue) = 129+141+125=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 141 - color contains mainly: green. Hex color #818D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818D7D is #7E7282. Grayscale: #878787. Windows color (decimal): -8286851 or 8228225. OLE color: 8228225.
HSL color Cylindrical-coordinate representation of color #818D7D: hue angle of 105º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #818D7D is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 141 | 125 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.45 |
| HSL | 105º | 0.07% | 0.52% | - |
| HSV(B) | 105º | 0.11% | 0.55% | - |
| XYZ | 22.28 | 25.2 | 23.09 | - |
| YUV | 135.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 141 | 125 | 0.09 | 0 | 0.11 | 0.45 | 105 | 0.07 | 0.52 |
| Hex | 81 | 8D | 7D | 9 | 0 | B | 2D | 69 | 7 | 34 |
| Octal | 201 | 215 | 175 | 11 | 0 | 13 | 55 | 151 | 7 | 64 |
| Binary | 10000001 | 10001101 | 1111101 | 1001 | 0 | 1011 | 101101 | 1101001 | 111 | 110100 |
Color Harmonies of #818D7D
Complementary color
Monochromatic Colors of #818D7D
Black with #818D7D
Text Example
Text Example
White with #818D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818D7D; }
p { color: rgb(129,141,125); }
H1.HeaderClassName
{
color: #818D7D;
}
.AnyTagClassName
{
color: #818D7D;
}
</style>
background-color css
<style>
a { background-color: #818D7D; }
a { background-color: rgb(129,141,125); }
div.DivClassName
{
background-color: #818D7D;
}
.BgClassName
{
background-color: #818D7D;
}
</style>
border-color css
<style>
span { border-color: #818D7D; }
span { border-color: rgb(129,141,125); }
td.TdClassName
{
border-color: #818D7D;
}
.TagClassName
{
border-color: #818D7D;
}
</style>