Shades of Spanish Green #7C8F79
Tints of Spanish Green #7C8F79
RGB
CMYK
RGB Variations
Color information
#7C8F79 (or 0x7C8F79) is known color: Spanish Green. HEX triplet: 7C, 8F and 79. RGB value is (124,143,121). Sum of RGB (Red+Green+Blue) = 124+143+121=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 143 - color contains mainly: green. Hex color #7C8F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8F79 is #837086. Grayscale: #868686. Windows color (decimal): -8614023 or 7966588. OLE color: 7966588.
HSL color Cylindrical-coordinate representation of color #7C8F79: hue angle of 111.82º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C8F79 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 143 | 121 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.44 |
| HSL | 111.82º | 0.09% | 0.52% | - |
| HSV(B) | 111.82º | 0.15% | 0.56% | - |
| XYZ | 21.59 | 25.31 | 21.84 | - |
| YUV | 134.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 143 | 121 | 0.13 | 0 | 0.15 | 0.44 | 111.82 | 0.09 | 0.52 |
| Hex | 7C | 8F | 79 | D | 0 | F | 2C | 70 | 9 | 34 |
| Octal | 174 | 217 | 171 | 15 | 0 | 17 | 54 | 160 | 11 | 64 |
| Binary | 1111100 | 10001111 | 1111001 | 1101 | 0 | 1111 | 101100 | 1110000 | 1001 | 110100 |
Color Harmonies of #7C8F79
Complementary color
Monochromatic Colors of #7C8F79
Black with #7C8F79
Text Example
Text Example
White with #7C8F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8F79; }
p { color: rgb(124,143,121); }
H1.HeaderClassName
{
color: #7C8F79;
}
.AnyTagClassName
{
color: #7C8F79;
}
</style>
background-color css
<style>
a { background-color: #7C8F79; }
a { background-color: rgb(124,143,121); }
div.DivClassName
{
background-color: #7C8F79;
}
.BgClassName
{
background-color: #7C8F79;
}
</style>
border-color css
<style>
span { border-color: #7C8F79; }
span { border-color: rgb(124,143,121); }
td.TdClassName
{
border-color: #7C8F79;
}
.TagClassName
{
border-color: #7C8F79;
}
</style>