Shades of Spanish Green #7D8E72
Tints of Spanish Green #7D8E72
RGB
CMYK
RGB Variations
Color information
#7D8E72 (or 0x7D8E72) is known color: Spanish Green. HEX triplet: 7D, 8E and 72. RGB value is (125,142,114). Sum of RGB (Red+Green+Blue) = 125+142+114=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 142 - color contains mainly: green. Hex color #7D8E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8E72 is #82718D. Grayscale: #858585. Windows color (decimal): -8548750 or 7507581. OLE color: 7507581.
HSL color Cylindrical-coordinate representation of color #7D8E72: hue angle of 96.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D8E72 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 142 | 114 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.44 |
| HSL | 96.43º | 0.11% | 0.5% | - |
| HSV(B) | 96.43º | 0.2% | 0.56% | - |
| XYZ | 21.17 | 24.92 | 19.61 | - |
| YUV | 133.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 142 | 114 | 0.12 | 0 | 0.20 | 0.44 | 96.43 | 0.11 | 0.5 |
| Hex | 7D | 8E | 72 | C | 0 | 14 | 2C | 60 | B | 32 |
| Octal | 175 | 216 | 162 | 14 | 0 | 24 | 54 | 140 | 13 | 62 |
| Binary | 1111101 | 10001110 | 1110010 | 1100 | 0 | 10100 | 101100 | 1100000 | 1011 | 110010 |
Color Harmonies of #7D8E72
Complementary color
Monochromatic Colors of #7D8E72
Black with #7D8E72
Text Example
Text Example
White with #7D8E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8E72; }
p { color: rgb(125,142,114); }
H1.HeaderClassName
{
color: #7D8E72;
}
.AnyTagClassName
{
color: #7D8E72;
}
</style>
background-color css
<style>
a { background-color: #7D8E72; }
a { background-color: rgb(125,142,114); }
div.DivClassName
{
background-color: #7D8E72;
}
.BgClassName
{
background-color: #7D8E72;
}
</style>
border-color css
<style>
span { border-color: #7D8E72; }
span { border-color: rgb(125,142,114); }
td.TdClassName
{
border-color: #7D8E72;
}
.TagClassName
{
border-color: #7D8E72;
}
</style>