Shades of Spanish Green #7D8E7A
Tints of Spanish Green #7D8E7A
RGB
CMYK
RGB Variations
Color information
#7D8E7A (or 0x7D8E7A) is known color: Spanish Green. HEX triplet: 7D, 8E and 7A. RGB value is (125,142,122). Sum of RGB (Red+Green+Blue) = 125+142+122=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 142 - color contains mainly: green. Hex color #7D8E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8E7A is #827185. Grayscale: #868686. Windows color (decimal): -8548742 or 8031869. OLE color: 8031869.
HSL color Cylindrical-coordinate representation of color #7D8E7A: hue angle of 111º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D8E7A is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 142 | 122 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.44 |
| HSL | 111º | 0.08% | 0.52% | - |
| HSV(B) | 111º | 0.14% | 0.56% | - |
| XYZ | 21.64 | 25.11 | 22.12 | - |
| YUV | 134.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 142 | 122 | 0.12 | 0 | 0.14 | 0.44 | 111 | 0.08 | 0.52 |
| Hex | 7D | 8E | 7A | C | 0 | E | 2C | 6F | 8 | 34 |
| Octal | 175 | 216 | 172 | 14 | 0 | 16 | 54 | 157 | 10 | 64 |
| Binary | 1111101 | 10001110 | 1111010 | 1100 | 0 | 1110 | 101100 | 1101111 | 1000 | 110100 |
Color Harmonies of #7D8E7A
Complementary color
Monochromatic Colors of #7D8E7A
Black with #7D8E7A
Text Example
Text Example
White with #7D8E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8E7A; }
p { color: rgb(125,142,122); }
H1.HeaderClassName
{
color: #7D8E7A;
}
.AnyTagClassName
{
color: #7D8E7A;
}
</style>
background-color css
<style>
a { background-color: #7D8E7A; }
a { background-color: rgb(125,142,122); }
div.DivClassName
{
background-color: #7D8E7A;
}
.BgClassName
{
background-color: #7D8E7A;
}
</style>
border-color css
<style>
span { border-color: #7D8E7A; }
span { border-color: rgb(125,142,122); }
td.TdClassName
{
border-color: #7D8E7A;
}
.TagClassName
{
border-color: #7D8E7A;
}
</style>