Shades of Trendy Green #798912
Tints of Trendy Green #798912
RGB
CMYK
RGB Variations
Color information
#798912 (or 0x798912) is known color: Trendy Green. HEX triplet: 79, 89 and 12. RGB value is (121,137,18). Sum of RGB (Red+Green+Blue) = 121+137+18=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #798912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798912 is #8676ED. Grayscale: #777777. Windows color (decimal): -8812270 or 1214841. OLE color: 1214841.
HSL color Cylindrical-coordinate representation of color #798912: hue angle of 68.07º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #798912 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 137 | 18 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.46 |
| HSL | 68.07º | 0.77% | 0.3% | - |
| HSV(B) | 68.07º | 0.87% | 0.54% | - |
| XYZ | 16.94 | 22 | 3.93 | - |
| YUV | 118.65 | 71.2 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 137 | 18 | 0.12 | 0 | 0.87 | 0.46 | 68.07 | 0.77 | 0.3 |
| Hex | 79 | 89 | 12 | C | 0 | 57 | 2E | 44 | 4D | 1E |
| Octal | 171 | 211 | 22 | 14 | 0 | 127 | 56 | 104 | 115 | 36 |
| Binary | 1111001 | 10001001 | 10010 | 1100 | 0 | 1010111 | 101110 | 1000100 | 1001101 | 11110 |
Color Harmonies of #798912
Complementary color
Monochromatic Colors of #798912
Black with #798912
Text Example
Text Example
White with #798912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798912; }
p { color: rgb(121,137,18); }
H1.HeaderClassName
{
color: #798912;
}
.AnyTagClassName
{
color: #798912;
}
</style>
background-color css
<style>
a { background-color: #798912; }
a { background-color: rgb(121,137,18); }
div.DivClassName
{
background-color: #798912;
}
.BgClassName
{
background-color: #798912;
}
</style>
border-color css
<style>
span { border-color: #798912; }
span { border-color: rgb(121,137,18); }
td.TdClassName
{
border-color: #798912;
}
.TagClassName
{
border-color: #798912;
}
</style>