Shades of Spanish Green #7D8976
Tints of Spanish Green #7D8976
RGB
CMYK
RGB Variations
Color information
#7D8976 (or 0x7D8976) is known color: Spanish Green. HEX triplet: 7D, 89 and 76. RGB value is (125,137,118). Sum of RGB (Red+Green+Blue) = 125+137+118=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8976 is #827689. Grayscale: #838383. Windows color (decimal): -8550026 or 7768445. OLE color: 7768445.
HSL color Cylindrical-coordinate representation of color #7D8976: hue angle of 97.89º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D8976 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 137 | 118 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.46 |
| HSL | 97.89º | 0.07% | 0.5% | - |
| HSV(B) | 97.89º | 0.14% | 0.54% | - |
| XYZ | 20.67 | 23.56 | 20.6 | - |
| YUV | 131.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 118 | 0.09 | 0 | 0.14 | 0.46 | 97.89 | 0.07 | 0.5 |
| Hex | 7D | 89 | 76 | 9 | 0 | E | 2E | 62 | 7 | 32 |
| Octal | 175 | 211 | 166 | 11 | 0 | 16 | 56 | 142 | 7 | 62 |
| Binary | 1111101 | 10001001 | 1110110 | 1001 | 0 | 1110 | 101110 | 1100010 | 111 | 110010 |
Color Harmonies of #7D8976
Complementary color
Monochromatic Colors of #7D8976
Black with #7D8976
Text Example
Text Example
White with #7D8976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8976; }
p { color: rgb(125,137,118); }
H1.HeaderClassName
{
color: #7D8976;
}
.AnyTagClassName
{
color: #7D8976;
}
</style>
background-color css
<style>
a { background-color: #7D8976; }
a { background-color: rgb(125,137,118); }
div.DivClassName
{
background-color: #7D8976;
}
.BgClassName
{
background-color: #7D8976;
}
</style>
border-color css
<style>
span { border-color: #7D8976; }
span { border-color: rgb(125,137,118); }
td.TdClassName
{
border-color: #7D8976;
}
.TagClassName
{
border-color: #7D8976;
}
</style>