Shades of Spanish Green #7C9071
Tints of Spanish Green #7C9071
RGB
CMYK
RGB Variations
Color information
#7C9071 (or 0x7C9071) is known color: Spanish Green. HEX triplet: 7C, 90 and 71. RGB value is (124,144,113). Sum of RGB (Red+Green+Blue) = 124+144+113=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #7C9071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9071 is #836F8E. Grayscale: #868686. Windows color (decimal): -8613775 or 7442556. OLE color: 7442556.
HSL color Cylindrical-coordinate representation of color #7C9071: hue angle of 98.71º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C9071 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 144 | 113 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.44 |
| HSL | 98.71º | 0.12% | 0.5% | - |
| HSV(B) | 98.71º | 0.22% | 0.56% | - |
| XYZ | 21.27 | 25.42 | 19.41 | - |
| YUV | 134.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 113 | 0.14 | 0 | 0.22 | 0.44 | 98.71 | 0.12 | 0.5 |
| Hex | 7C | 90 | 71 | E | 0 | 16 | 2C | 63 | C | 32 |
| Octal | 174 | 220 | 161 | 16 | 0 | 26 | 54 | 143 | 14 | 62 |
| Binary | 1111100 | 10010000 | 1110001 | 1110 | 0 | 10110 | 101100 | 1100011 | 1100 | 110010 |
Color Harmonies of #7C9071
Complementary color
Monochromatic Colors of #7C9071
Black with #7C9071
Text Example
Text Example
White with #7C9071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9071; }
p { color: rgb(124,144,113); }
H1.HeaderClassName
{
color: #7C9071;
}
.AnyTagClassName
{
color: #7C9071;
}
</style>
background-color css
<style>
a { background-color: #7C9071; }
a { background-color: rgb(124,144,113); }
div.DivClassName
{
background-color: #7C9071;
}
.BgClassName
{
background-color: #7C9071;
}
</style>
border-color css
<style>
span { border-color: #7C9071; }
span { border-color: rgb(124,144,113); }
td.TdClassName
{
border-color: #7C9071;
}
.TagClassName
{
border-color: #7C9071;
}
</style>