Shades of Spanish Green #7D8A79
Tints of Spanish Green #7D8A79
RGB
CMYK
RGB Variations
Color information
#7D8A79 (or 0x7D8A79) is known color: Spanish Green. HEX triplet: 7D, 8A and 79. RGB value is (125,138,121). Sum of RGB (Red+Green+Blue) = 125+138+121=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 138 - color contains mainly: green. Hex color #7D8A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8A79 is #827586. Grayscale: #848484. Windows color (decimal): -8549767 or 7965309. OLE color: 7965309.
HSL color Cylindrical-coordinate representation of color #7D8A79: hue angle of 105.88º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D8A79 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 138 | 121 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.46 |
| HSL | 105.88º | 0.07% | 0.51% | - |
| HSV(B) | 105.88º | 0.12% | 0.54% | - |
| XYZ | 21 | 23.92 | 21.6 | - |
| YUV | 132.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 138 | 121 | 0.09 | 0 | 0.12 | 0.46 | 105.88 | 0.07 | 0.51 |
| Hex | 7D | 8A | 79 | 9 | 0 | C | 2E | 6A | 7 | 33 |
| Octal | 175 | 212 | 171 | 11 | 0 | 14 | 56 | 152 | 7 | 63 |
| Binary | 1111101 | 10001010 | 1111001 | 1001 | 0 | 1100 | 101110 | 1101010 | 111 | 110011 |
Color Harmonies of #7D8A79
Complementary color
Monochromatic Colors of #7D8A79
Black with #7D8A79
Text Example
Text Example
White with #7D8A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8A79; }
p { color: rgb(125,138,121); }
H1.HeaderClassName
{
color: #7D8A79;
}
.AnyTagClassName
{
color: #7D8A79;
}
</style>
background-color css
<style>
a { background-color: #7D8A79; }
a { background-color: rgb(125,138,121); }
div.DivClassName
{
background-color: #7D8A79;
}
.BgClassName
{
background-color: #7D8A79;
}
</style>
border-color css
<style>
span { border-color: #7D8A79; }
span { border-color: rgb(125,138,121); }
td.TdClassName
{
border-color: #7D8A79;
}
.TagClassName
{
border-color: #7D8A79;
}
</style>