Shades of Spanish Green #7D9378
Tints of Spanish Green #7D9378
RGB
CMYK
RGB Variations
Color information
#7D9378 (or 0x7D9378) is known color: Spanish Green. HEX triplet: 7D, 93 and 78. RGB value is (125,147,120). Sum of RGB (Red+Green+Blue) = 125+147+120=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9378 is #826C87. Grayscale: #898989. Windows color (decimal): -8547464 or 7902077. OLE color: 7902077.
HSL color Cylindrical-coordinate representation of color #7D9378: hue angle of 108.89º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D9378 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 147 | 120 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.42 |
| HSL | 108.89º | 0.11% | 0.52% | - |
| HSV(B) | 108.89º | 0.18% | 0.58% | - |
| XYZ | 22.28 | 26.58 | 21.73 | - |
| YUV | 137.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 147 | 120 | 0.15 | 0 | 0.18 | 0.42 | 108.89 | 0.11 | 0.52 |
| Hex | 7D | 93 | 78 | F | 0 | 12 | 2A | 6D | B | 34 |
| Octal | 175 | 223 | 170 | 17 | 0 | 22 | 52 | 155 | 13 | 64 |
| Binary | 1111101 | 10010011 | 1111000 | 1111 | 0 | 10010 | 101010 | 1101101 | 1011 | 110100 |
Color Harmonies of #7D9378
Complementary color
Monochromatic Colors of #7D9378
Black with #7D9378
Text Example
Text Example
White with #7D9378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9378; }
p { color: rgb(125,147,120); }
H1.HeaderClassName
{
color: #7D9378;
}
.AnyTagClassName
{
color: #7D9378;
}
</style>
background-color css
<style>
a { background-color: #7D9378; }
a { background-color: rgb(125,147,120); }
div.DivClassName
{
background-color: #7D9378;
}
.BgClassName
{
background-color: #7D9378;
}
</style>
border-color css
<style>
span { border-color: #7D9378; }
span { border-color: rgb(125,147,120); }
td.TdClassName
{
border-color: #7D9378;
}
.TagClassName
{
border-color: #7D9378;
}
</style>