Shades of Spanish Green #798874
Tints of Spanish Green #798874
RGB
CMYK
RGB Variations
Color information
#798874 (or 0x798874) is known color: Spanish Green. HEX triplet: 79, 88 and 74. RGB value is (121,136,116). Sum of RGB (Red+Green+Blue) = 121+136+116=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #798874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798874 is #86778B. Grayscale: #818181. Windows color (decimal): -8812428 or 7637113. OLE color: 7637113.
HSL color Cylindrical-coordinate representation of color #798874: hue angle of 105º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #798874 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 136 | 116 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.47 |
| HSL | 105º | 0.08% | 0.49% | - |
| HSV(B) | 105º | 0.15% | 0.53% | - |
| XYZ | 19.84 | 22.93 | 19.9 | - |
| YUV | 129.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 136 | 116 | 0.11 | 0 | 0.15 | 0.47 | 105 | 0.08 | 0.49 |
| Hex | 79 | 88 | 74 | B | 0 | F | 2F | 69 | 8 | 31 |
| Octal | 171 | 210 | 164 | 13 | 0 | 17 | 57 | 151 | 10 | 61 |
| Binary | 1111001 | 10001000 | 1110100 | 1011 | 0 | 1111 | 101111 | 1101001 | 1000 | 110001 |
Color Harmonies of #798874
Complementary color
Monochromatic Colors of #798874
Black with #798874
Text Example
Text Example
White with #798874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798874; }
p { color: rgb(121,136,116); }
H1.HeaderClassName
{
color: #798874;
}
.AnyTagClassName
{
color: #798874;
}
</style>
background-color css
<style>
a { background-color: #798874; }
a { background-color: rgb(121,136,116); }
div.DivClassName
{
background-color: #798874;
}
.BgClassName
{
background-color: #798874;
}
</style>
border-color css
<style>
span { border-color: #798874; }
span { border-color: rgb(121,136,116); }
td.TdClassName
{
border-color: #798874;
}
.TagClassName
{
border-color: #798874;
}
</style>