Shades of Spanish Green #7C9173
Tints of Spanish Green #7C9173
RGB
CMYK
RGB Variations
Color information
#7C9173 (or 0x7C9173) is known color: Spanish Green. HEX triplet: 7C, 91 and 73. RGB value is (124,145,115). Sum of RGB (Red+Green+Blue) = 124+145+115=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 145 - color contains mainly: green. Hex color #7C9173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9173 is #836E8C. Grayscale: #878787. Windows color (decimal): -8613517 or 7573884. OLE color: 7573884.
HSL color Cylindrical-coordinate representation of color #7C9173: hue angle of 102º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C9173 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 145 | 115 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.43 |
| HSL | 102º | 0.12% | 0.51% | - |
| HSV(B) | 102º | 0.21% | 0.57% | - |
| XYZ | 21.53 | 25.77 | 20.06 | - |
| YUV | 135.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 145 | 115 | 0.14 | 0 | 0.21 | 0.43 | 102 | 0.12 | 0.51 |
| Hex | 7C | 91 | 73 | E | 0 | 15 | 2B | 66 | C | 33 |
| Octal | 174 | 221 | 163 | 16 | 0 | 25 | 53 | 146 | 14 | 63 |
| Binary | 1111100 | 10010001 | 1110011 | 1110 | 0 | 10101 | 101011 | 1100110 | 1100 | 110011 |
Color Harmonies of #7C9173
Complementary color
Monochromatic Colors of #7C9173
Black with #7C9173
Text Example
Text Example
White with #7C9173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9173; }
p { color: rgb(124,145,115); }
H1.HeaderClassName
{
color: #7C9173;
}
.AnyTagClassName
{
color: #7C9173;
}
</style>
background-color css
<style>
a { background-color: #7C9173; }
a { background-color: rgb(124,145,115); }
div.DivClassName
{
background-color: #7C9173;
}
.BgClassName
{
background-color: #7C9173;
}
</style>
border-color css
<style>
span { border-color: #7C9173; }
span { border-color: rgb(124,145,115); }
td.TdClassName
{
border-color: #7C9173;
}
.TagClassName
{
border-color: #7C9173;
}
</style>