Shades of Spanish Green #799074
Tints of Spanish Green #799074
RGB
CMYK
RGB Variations
Color information
#799074 (or 0x799074) is known color: Spanish Green. HEX triplet: 79, 90 and 74. RGB value is (121,144,116). Sum of RGB (Red+Green+Blue) = 121+144+116=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #799074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799074 is #866F8B. Grayscale: #868686. Windows color (decimal): -8810380 or 7639161. OLE color: 7639161.
HSL color Cylindrical-coordinate representation of color #799074: hue angle of 109.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #799074 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 144 | 116 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.44 |
| HSL | 109.29º | 0.11% | 0.51% | - |
| HSV(B) | 109.29º | 0.19% | 0.56% | - |
| XYZ | 21.01 | 25.27 | 20.29 | - |
| YUV | 133.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 144 | 116 | 0.16 | 0 | 0.19 | 0.44 | 109.29 | 0.11 | 0.51 |
| Hex | 79 | 90 | 74 | 10 | 0 | 13 | 2C | 6D | B | 33 |
| Octal | 171 | 220 | 164 | 20 | 0 | 23 | 54 | 155 | 13 | 63 |
| Binary | 1111001 | 10010000 | 1110100 | 10000 | 0 | 10011 | 101100 | 1101101 | 1011 | 110011 |
Color Harmonies of #799074
Complementary color
Monochromatic Colors of #799074
Black with #799074
Text Example
Text Example
White with #799074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799074; }
p { color: rgb(121,144,116); }
H1.HeaderClassName
{
color: #799074;
}
.AnyTagClassName
{
color: #799074;
}
</style>
background-color css
<style>
a { background-color: #799074; }
a { background-color: rgb(121,144,116); }
div.DivClassName
{
background-color: #799074;
}
.BgClassName
{
background-color: #799074;
}
</style>
border-color css
<style>
span { border-color: #799074; }
span { border-color: rgb(121,144,116); }
td.TdClassName
{
border-color: #799074;
}
.TagClassName
{
border-color: #799074;
}
</style>