Shades of Spanish Green #7D8D7A
Tints of Spanish Green #7D8D7A
RGB
CMYK
RGB Variations
Color information
#7D8D7A (or 0x7D8D7A) is known color: Spanish Green. HEX triplet: 7D, 8D and 7A. RGB value is (125,141,122). Sum of RGB (Red+Green+Blue) = 125+141+122=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 141 - color contains mainly: green. Hex color #7D8D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8D7A is #827285. Grayscale: #868686. Windows color (decimal): -8548998 or 8031613. OLE color: 8031613.
HSL color Cylindrical-coordinate representation of color #7D8D7A: hue angle of 110.53º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7D8D7A is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 141 | 122 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.45 |
| HSL | 110.53º | 0.08% | 0.52% | - |
| HSV(B) | 110.53º | 0.13% | 0.55% | - |
| XYZ | 21.5 | 24.81 | 22.07 | - |
| YUV | 134.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 141 | 122 | 0.11 | 0 | 0.13 | 0.45 | 110.53 | 0.08 | 0.52 |
| Hex | 7D | 8D | 7A | B | 0 | D | 2D | 6F | 8 | 34 |
| Octal | 175 | 215 | 172 | 13 | 0 | 15 | 55 | 157 | 10 | 64 |
| Binary | 1111101 | 10001101 | 1111010 | 1011 | 0 | 1101 | 101101 | 1101111 | 1000 | 110100 |
Color Harmonies of #7D8D7A
Complementary color
Monochromatic Colors of #7D8D7A
Black with #7D8D7A
Text Example
Text Example
White with #7D8D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8D7A; }
p { color: rgb(125,141,122); }
H1.HeaderClassName
{
color: #7D8D7A;
}
.AnyTagClassName
{
color: #7D8D7A;
}
</style>
background-color css
<style>
a { background-color: #7D8D7A; }
a { background-color: rgb(125,141,122); }
div.DivClassName
{
background-color: #7D8D7A;
}
.BgClassName
{
background-color: #7D8D7A;
}
</style>
border-color css
<style>
span { border-color: #7D8D7A; }
span { border-color: rgb(125,141,122); }
td.TdClassName
{
border-color: #7D8D7A;
}
.TagClassName
{
border-color: #7D8D7A;
}
</style>