Shades of Trendy Green #798918
Tints of Trendy Green #798918
RGB
CMYK
RGB Variations
Color information
#798918 (or 0x798918) is known color: Trendy Green. HEX triplet: 79, 89 and 18. RGB value is (121,137,24). Sum of RGB (Red+Green+Blue) = 121+137+24=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #798918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798918 is #8676E7. Grayscale: #777777. Windows color (decimal): -8812264 or 1608057. OLE color: 1608057.
HSL color Cylindrical-coordinate representation of color #798918: hue angle of 68.5º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #798918 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 137 | 24 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.46 |
| HSL | 68.5º | 0.7% | 0.32% | - |
| HSV(B) | 68.5º | 0.82% | 0.54% | - |
| XYZ | 17 | 22.02 | 4.22 | - |
| YUV | 119.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 137 | 24 | 0.12 | 0 | 0.82 | 0.46 | 68.5 | 0.7 | 0.32 |
| Hex | 79 | 89 | 18 | C | 0 | 52 | 2E | 44 | 46 | 20 |
| Octal | 171 | 211 | 30 | 14 | 0 | 122 | 56 | 104 | 106 | 40 |
| Binary | 1111001 | 10001001 | 11000 | 1100 | 0 | 1010010 | 101110 | 1000100 | 1000110 | 100000 |
Color Harmonies of #798918
Complementary color
Monochromatic Colors of #798918
Black with #798918
Text Example
Text Example
White with #798918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798918; }
p { color: rgb(121,137,24); }
H1.HeaderClassName
{
color: #798918;
}
.AnyTagClassName
{
color: #798918;
}
</style>
background-color css
<style>
a { background-color: #798918; }
a { background-color: rgb(121,137,24); }
div.DivClassName
{
background-color: #798918;
}
.BgClassName
{
background-color: #798918;
}
</style>
border-color css
<style>
span { border-color: #798918; }
span { border-color: rgb(121,137,24); }
td.TdClassName
{
border-color: #798918;
}
.TagClassName
{
border-color: #798918;
}
</style>