Shades of Trendy Green #798814
Tints of Trendy Green #798814
RGB
CMYK
RGB Variations
Color information
#798814 (or 0x798814) is known color: Trendy Green. HEX triplet: 79, 88 and 14. RGB value is (121,136,20). Sum of RGB (Red+Green+Blue) = 121+136+20=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #798814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798814 is #8677EB. Grayscale: #767676. Windows color (decimal): -8812524 or 1345657. OLE color: 1345657.
HSL color Cylindrical-coordinate representation of color #798814: hue angle of 67.76º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #798814 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 136 | 20 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.47 |
| HSL | 67.76º | 0.74% | 0.31% | - |
| HSV(B) | 67.76º | 0.85% | 0.53% | - |
| XYZ | 16.82 | 21.72 | 3.97 | - |
| YUV | 118.29 | 72.53 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 136 | 20 | 0.11 | 0 | 0.85 | 0.47 | 67.76 | 0.74 | 0.31 |
| Hex | 79 | 88 | 14 | B | 0 | 55 | 2F | 44 | 4A | 1F |
| Octal | 171 | 210 | 24 | 13 | 0 | 125 | 57 | 104 | 112 | 37 |
| Binary | 1111001 | 10001000 | 10100 | 1011 | 0 | 1010101 | 101111 | 1000100 | 1001010 | 11111 |
Color Harmonies of #798814
Complementary color
Monochromatic Colors of #798814
Black with #798814
Text Example
Text Example
White with #798814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798814; }
p { color: rgb(121,136,20); }
H1.HeaderClassName
{
color: #798814;
}
.AnyTagClassName
{
color: #798814;
}
</style>
background-color css
<style>
a { background-color: #798814; }
a { background-color: rgb(121,136,20); }
div.DivClassName
{
background-color: #798814;
}
.BgClassName
{
background-color: #798814;
}
</style>
border-color css
<style>
span { border-color: #798814; }
span { border-color: rgb(121,136,20); }
td.TdClassName
{
border-color: #798814;
}
.TagClassName
{
border-color: #798814;
}
</style>