Shades of Spanish Green #818C7F
Tints of Spanish Green #818C7F
RGB
CMYK
RGB Variations
Color information
#818C7F (or 0x818C7F) is known color: Spanish Green. HEX triplet: 81, 8C and 7F. RGB value is (129,140,127). Sum of RGB (Red+Green+Blue) = 129+140+127=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 140 - color contains mainly: green. Hex color #818C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818C7F is #7E7380. Grayscale: #878787. Windows color (decimal): -8287105 or 8359041. OLE color: 8359041.
HSL color Cylindrical-coordinate representation of color #818C7F: hue angle of 110.77º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #818C7F is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 140 | 127 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.45 |
| HSL | 110.77º | 0.05% | 0.52% | - |
| HSV(B) | 110.77º | 0.09% | 0.55% | - |
| XYZ | 22.26 | 24.96 | 23.72 | - |
| YUV | 135.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 140 | 127 | 0.08 | 0 | 0.09 | 0.45 | 110.77 | 0.05 | 0.52 |
| Hex | 81 | 8C | 7F | 8 | 0 | 9 | 2D | 6F | 5 | 34 |
| Octal | 201 | 214 | 177 | 10 | 0 | 11 | 55 | 157 | 5 | 64 |
| Binary | 10000001 | 10001100 | 1111111 | 1000 | 0 | 1001 | 101101 | 1101111 | 101 | 110100 |
Color Harmonies of #818C7F
Complementary color
Monochromatic Colors of #818C7F
Black with #818C7F
Text Example
Text Example
White with #818C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818C7F; }
p { color: rgb(129,140,127); }
H1.HeaderClassName
{
color: #818C7F;
}
.AnyTagClassName
{
color: #818C7F;
}
</style>
background-color css
<style>
a { background-color: #818C7F; }
a { background-color: rgb(129,140,127); }
div.DivClassName
{
background-color: #818C7F;
}
.BgClassName
{
background-color: #818C7F;
}
</style>
border-color css
<style>
span { border-color: #818C7F; }
span { border-color: rgb(129,140,127); }
td.TdClassName
{
border-color: #818C7F;
}
.TagClassName
{
border-color: #818C7F;
}
</style>