Shades of Spanish Green #7C8D78
Tints of Spanish Green #7C8D78
RGB
CMYK
RGB Variations
Color information
#7C8D78 (or 0x7C8D78) is known color: Spanish Green. HEX triplet: 7C, 8D and 78. RGB value is (124,141,120). Sum of RGB (Red+Green+Blue) = 124+141+120=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 141 - color contains mainly: green. Hex color #7C8D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8D78 is #837287. Grayscale: #858585. Windows color (decimal): -8614536 or 7900540. OLE color: 7900540.
HSL color Cylindrical-coordinate representation of color #7C8D78: hue angle of 108.57º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C8D78 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 141 | 120 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.45 |
| HSL | 108.57º | 0.08% | 0.51% | - |
| HSV(B) | 108.57º | 0.15% | 0.55% | - |
| XYZ | 21.23 | 24.69 | 21.42 | - |
| YUV | 133.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 141 | 120 | 0.12 | 0 | 0.15 | 0.45 | 108.57 | 0.08 | 0.51 |
| Hex | 7C | 8D | 78 | C | 0 | F | 2D | 6D | 8 | 33 |
| Octal | 174 | 215 | 170 | 14 | 0 | 17 | 55 | 155 | 10 | 63 |
| Binary | 1111100 | 10001101 | 1111000 | 1100 | 0 | 1111 | 101101 | 1101101 | 1000 | 110011 |
Color Harmonies of #7C8D78
Complementary color
Monochromatic Colors of #7C8D78
Black with #7C8D78
Text Example
Text Example
White with #7C8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8D78; }
p { color: rgb(124,141,120); }
H1.HeaderClassName
{
color: #7C8D78;
}
.AnyTagClassName
{
color: #7C8D78;
}
</style>
background-color css
<style>
a { background-color: #7C8D78; }
a { background-color: rgb(124,141,120); }
div.DivClassName
{
background-color: #7C8D78;
}
.BgClassName
{
background-color: #7C8D78;
}
</style>
border-color css
<style>
span { border-color: #7C8D78; }
span { border-color: rgb(124,141,120); }
td.TdClassName
{
border-color: #7C8D78;
}
.TagClassName
{
border-color: #7C8D78;
}
</style>