Shades of Spanish Green #7C8E71
Tints of Spanish Green #7C8E71
RGB
CMYK
RGB Variations
Color information
#7C8E71 (or 0x7C8E71) is known color: Spanish Green. HEX triplet: 7C, 8E and 71. RGB value is (124,142,113). Sum of RGB (Red+Green+Blue) = 124+142+113=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 142 - color contains mainly: green. Hex color #7C8E71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8E71 is #83718E. Grayscale: #858585. Windows color (decimal): -8614287 or 7442044. OLE color: 7442044.
HSL color Cylindrical-coordinate representation of color #7C8E71: hue angle of 97.24º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C8E71 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 142 | 113 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.44 |
| HSL | 97.24º | 0.11% | 0.5% | - |
| HSV(B) | 97.24º | 0.2% | 0.56% | - |
| XYZ | 20.97 | 24.82 | 19.31 | - |
| YUV | 133.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 142 | 113 | 0.13 | 0 | 0.20 | 0.44 | 97.24 | 0.11 | 0.5 |
| Hex | 7C | 8E | 71 | D | 0 | 14 | 2C | 61 | B | 32 |
| Octal | 174 | 216 | 161 | 15 | 0 | 24 | 54 | 141 | 13 | 62 |
| Binary | 1111100 | 10001110 | 1110001 | 1101 | 0 | 10100 | 101100 | 1100001 | 1011 | 110010 |
Color Harmonies of #7C8E71
Complementary color
Monochromatic Colors of #7C8E71
Black with #7C8E71
Text Example
Text Example
White with #7C8E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8E71; }
p { color: rgb(124,142,113); }
H1.HeaderClassName
{
color: #7C8E71;
}
.AnyTagClassName
{
color: #7C8E71;
}
</style>
background-color css
<style>
a { background-color: #7C8E71; }
a { background-color: rgb(124,142,113); }
div.DivClassName
{
background-color: #7C8E71;
}
.BgClassName
{
background-color: #7C8E71;
}
</style>
border-color css
<style>
span { border-color: #7C8E71; }
span { border-color: rgb(124,142,113); }
td.TdClassName
{
border-color: #7C8E71;
}
.TagClassName
{
border-color: #7C8E71;
}
</style>