Shades of Spanish Green #7D8978
Tints of Spanish Green #7D8978
RGB
CMYK
RGB Variations
Color information
#7D8978 (or 0x7D8978) is known color: Spanish Green. HEX triplet: 7D, 89 and 78. RGB value is (125,137,120). Sum of RGB (Red+Green+Blue) = 125+137+120=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8978 is #827687. Grayscale: #838383. Windows color (decimal): -8550024 or 7899517. OLE color: 7899517.
HSL color Cylindrical-coordinate representation of color #7D8978: hue angle of 102.35º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D8978 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 137 | 120 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.46 |
| HSL | 102.35º | 0.07% | 0.5% | - |
| HSV(B) | 102.35º | 0.12% | 0.54% | - |
| XYZ | 20.79 | 23.61 | 21.23 | - |
| YUV | 131.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 120 | 0.09 | 0 | 0.12 | 0.46 | 102.35 | 0.07 | 0.5 |
| Hex | 7D | 89 | 78 | 9 | 0 | C | 2E | 66 | 7 | 32 |
| Octal | 175 | 211 | 170 | 11 | 0 | 14 | 56 | 146 | 7 | 62 |
| Binary | 1111101 | 10001001 | 1111000 | 1001 | 0 | 1100 | 101110 | 1100110 | 111 | 110010 |
Color Harmonies of #7D8978
Complementary color
Monochromatic Colors of #7D8978
Black with #7D8978
Text Example
Text Example
White with #7D8978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8978; }
p { color: rgb(125,137,120); }
H1.HeaderClassName
{
color: #7D8978;
}
.AnyTagClassName
{
color: #7D8978;
}
</style>
background-color css
<style>
a { background-color: #7D8978; }
a { background-color: rgb(125,137,120); }
div.DivClassName
{
background-color: #7D8978;
}
.BgClassName
{
background-color: #7D8978;
}
</style>
border-color css
<style>
span { border-color: #7D8978; }
span { border-color: rgb(125,137,120); }
td.TdClassName
{
border-color: #7D8978;
}
.TagClassName
{
border-color: #7D8978;
}
</style>