Shades of Spanish Green #7D9176
Tints of Spanish Green #7D9176
RGB
CMYK
RGB Variations
Color information
#7D9176 (or 0x7D9176) is known color: Spanish Green. HEX triplet: 7D, 91 and 76. RGB value is (125,145,118). Sum of RGB (Red+Green+Blue) = 125+145+118=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9176 is #826E89. Grayscale: #888888. Windows color (decimal): -8547978 or 7770493. OLE color: 7770493.
HSL color Cylindrical-coordinate representation of color #7D9176: hue angle of 104.44º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D9176 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 145 | 118 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.43 |
| HSL | 104.44º | 0.11% | 0.52% | - |
| HSV(B) | 104.44º | 0.19% | 0.57% | - |
| XYZ | 21.85 | 25.92 | 20.99 | - |
| YUV | 135.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 118 | 0.14 | 0 | 0.19 | 0.43 | 104.44 | 0.11 | 0.52 |
| Hex | 7D | 91 | 76 | E | 0 | 13 | 2B | 68 | B | 34 |
| Octal | 175 | 221 | 166 | 16 | 0 | 23 | 53 | 150 | 13 | 64 |
| Binary | 1111101 | 10010001 | 1110110 | 1110 | 0 | 10011 | 101011 | 1101000 | 1011 | 110100 |
Color Harmonies of #7D9176
Complementary color
Monochromatic Colors of #7D9176
Black with #7D9176
Text Example
Text Example
White with #7D9176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9176; }
p { color: rgb(125,145,118); }
H1.HeaderClassName
{
color: #7D9176;
}
.AnyTagClassName
{
color: #7D9176;
}
</style>
background-color css
<style>
a { background-color: #7D9176; }
a { background-color: rgb(125,145,118); }
div.DivClassName
{
background-color: #7D9176;
}
.BgClassName
{
background-color: #7D9176;
}
</style>
border-color css
<style>
span { border-color: #7D9176; }
span { border-color: rgb(125,145,118); }
td.TdClassName
{
border-color: #7D9176;
}
.TagClassName
{
border-color: #7D9176;
}
</style>