Shades of Spanish Green #7D9178
Tints of Spanish Green #7D9178
RGB
CMYK
RGB Variations
Color information
#7D9178 (or 0x7D9178) is known color: Spanish Green. HEX triplet: 7D, 91 and 78. RGB value is (125,145,120). Sum of RGB (Red+Green+Blue) = 125+145+120=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9178 is #826E87. Grayscale: #888888. Windows color (decimal): -8547976 or 7901565. OLE color: 7901565.
HSL color Cylindrical-coordinate representation of color #7D9178: hue angle of 108º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D9178 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 145 | 120 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.43 |
| HSL | 108º | 0.1% | 0.52% | - |
| HSV(B) | 108º | 0.17% | 0.57% | - |
| XYZ | 21.97 | 25.97 | 21.62 | - |
| YUV | 136.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 120 | 0.14 | 0 | 0.17 | 0.43 | 108 | 0.1 | 0.52 |
| Hex | 7D | 91 | 78 | E | 0 | 11 | 2B | 6C | A | 34 |
| Octal | 175 | 221 | 170 | 16 | 0 | 21 | 53 | 154 | 12 | 64 |
| Binary | 1111101 | 10010001 | 1111000 | 1110 | 0 | 10001 | 101011 | 1101100 | 1010 | 110100 |
Color Harmonies of #7D9178
Complementary color
Monochromatic Colors of #7D9178
Black with #7D9178
Text Example
Text Example
White with #7D9178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9178; }
p { color: rgb(125,145,120); }
H1.HeaderClassName
{
color: #7D9178;
}
.AnyTagClassName
{
color: #7D9178;
}
</style>
background-color css
<style>
a { background-color: #7D9178; }
a { background-color: rgb(125,145,120); }
div.DivClassName
{
background-color: #7D9178;
}
.BgClassName
{
background-color: #7D9178;
}
</style>
border-color css
<style>
span { border-color: #7D9178; }
span { border-color: rgb(125,145,120); }
td.TdClassName
{
border-color: #7D9178;
}
.TagClassName
{
border-color: #7D9178;
}
</style>