Shades of Spanish Green #798A73
Tints of Spanish Green #798A73
RGB
CMYK
RGB Variations
Color information
#798A73 (or 0x798A73) is known color: Spanish Green. HEX triplet: 79, 8A and 73. RGB value is (121,138,115). Sum of RGB (Red+Green+Blue) = 121+138+115=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 138 - color contains mainly: green. Hex color #798A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798A73 is #86758C. Grayscale: #828282. Windows color (decimal): -8811917 or 7572089. OLE color: 7572089.
HSL color Cylindrical-coordinate representation of color #798A73: hue angle of 104.35º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #798A73 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 138 | 115 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.46 |
| HSL | 104.35º | 0.09% | 0.5% | - |
| HSV(B) | 104.35º | 0.17% | 0.54% | - |
| XYZ | 20.07 | 23.48 | 19.69 | - |
| YUV | 130.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 115 | 0.12 | 0 | 0.17 | 0.46 | 104.35 | 0.09 | 0.5 |
| Hex | 79 | 8A | 73 | C | 0 | 11 | 2E | 68 | 9 | 32 |
| Octal | 171 | 212 | 163 | 14 | 0 | 21 | 56 | 150 | 11 | 62 |
| Binary | 1111001 | 10001010 | 1110011 | 1100 | 0 | 10001 | 101110 | 1101000 | 1001 | 110010 |
Color Harmonies of #798A73
Complementary color
Monochromatic Colors of #798A73
Black with #798A73
Text Example
Text Example
White with #798A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798A73; }
p { color: rgb(121,138,115); }
H1.HeaderClassName
{
color: #798A73;
}
.AnyTagClassName
{
color: #798A73;
}
</style>
background-color css
<style>
a { background-color: #798A73; }
a { background-color: rgb(121,138,115); }
div.DivClassName
{
background-color: #798A73;
}
.BgClassName
{
background-color: #798A73;
}
</style>
border-color css
<style>
span { border-color: #798A73; }
span { border-color: rgb(121,138,115); }
td.TdClassName
{
border-color: #798A73;
}
.TagClassName
{
border-color: #798A73;
}
</style>