Shades of Spanish Green #7C8A78
Tints of Spanish Green #7C8A78
RGB
CMYK
RGB Variations
Color information
#7C8A78 (or 0x7C8A78) is known color: Spanish Green. HEX triplet: 7C, 8A and 78. RGB value is (124,138,120). Sum of RGB (Red+Green+Blue) = 124+138+120=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 138 - color contains mainly: green. Hex color #7C8A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8A78 is #837587. Grayscale: #838383. Windows color (decimal): -8615304 or 7899772. OLE color: 7899772.
HSL color Cylindrical-coordinate representation of color #7C8A78: hue angle of 106.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C8A78 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 138 | 120 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.46 |
| HSL | 106.67º | 0.07% | 0.51% | - |
| HSV(B) | 106.67º | 0.13% | 0.54% | - |
| XYZ | 20.79 | 23.82 | 21.27 | - |
| YUV | 131.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 138 | 120 | 0.10 | 0 | 0.13 | 0.46 | 106.67 | 0.07 | 0.51 |
| Hex | 7C | 8A | 78 | A | 0 | D | 2E | 6B | 7 | 33 |
| Octal | 174 | 212 | 170 | 12 | 0 | 15 | 56 | 153 | 7 | 63 |
| Binary | 1111100 | 10001010 | 1111000 | 1010 | 0 | 1101 | 101110 | 1101011 | 111 | 110011 |
Color Harmonies of #7C8A78
Complementary color
Monochromatic Colors of #7C8A78
Black with #7C8A78
Text Example
Text Example
White with #7C8A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8A78; }
p { color: rgb(124,138,120); }
H1.HeaderClassName
{
color: #7C8A78;
}
.AnyTagClassName
{
color: #7C8A78;
}
</style>
background-color css
<style>
a { background-color: #7C8A78; }
a { background-color: rgb(124,138,120); }
div.DivClassName
{
background-color: #7C8A78;
}
.BgClassName
{
background-color: #7C8A78;
}
</style>
border-color css
<style>
span { border-color: #7C8A78; }
span { border-color: rgb(124,138,120); }
td.TdClassName
{
border-color: #7C8A78;
}
.TagClassName
{
border-color: #7C8A78;
}
</style>