Shades of Spanish Green #7A8C73
Tints of Spanish Green #7A8C73
RGB
CMYK
RGB Variations
Color information
#7A8C73 (or 0x7A8C73) is known color: Spanish Green. HEX triplet: 7A, 8C and 73. RGB value is (122,140,115). Sum of RGB (Red+Green+Blue) = 122+140+115=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #7A8C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8C73 is #85738C. Grayscale: #838383. Windows color (decimal): -8745869 or 7572602. OLE color: 7572602.
HSL color Cylindrical-coordinate representation of color #7A8C73: hue angle of 103.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A8C73 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 140 | 115 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.45 |
| HSL | 103.2º | 0.1% | 0.5% | - |
| HSV(B) | 103.2º | 0.18% | 0.55% | - |
| XYZ | 20.5 | 24.13 | 19.8 | - |
| YUV | 131.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 115 | 0.13 | 0 | 0.18 | 0.45 | 103.2 | 0.1 | 0.5 |
| Hex | 7A | 8C | 73 | D | 0 | 12 | 2D | 67 | A | 32 |
| Octal | 172 | 214 | 163 | 15 | 0 | 22 | 55 | 147 | 12 | 62 |
| Binary | 1111010 | 10001100 | 1110011 | 1101 | 0 | 10010 | 101101 | 1100111 | 1010 | 110010 |
Color Harmonies of #7A8C73
Complementary color
Monochromatic Colors of #7A8C73
Black with #7A8C73
Text Example
Text Example
White with #7A8C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8C73; }
p { color: rgb(122,140,115); }
H1.HeaderClassName
{
color: #7A8C73;
}
.AnyTagClassName
{
color: #7A8C73;
}
</style>
background-color css
<style>
a { background-color: #7A8C73; }
a { background-color: rgb(122,140,115); }
div.DivClassName
{
background-color: #7A8C73;
}
.BgClassName
{
background-color: #7A8C73;
}
</style>
border-color css
<style>
span { border-color: #7A8C73; }
span { border-color: rgb(122,140,115); }
td.TdClassName
{
border-color: #7A8C73;
}
.TagClassName
{
border-color: #7A8C73;
}
</style>