Shades of Trendy Green #798612
Tints of Trendy Green #798612
RGB
CMYK
RGB Variations
Color information
#798612 (or 0x798612) is known color: Trendy Green. HEX triplet: 79, 86 and 12. RGB value is (121,134,18). Sum of RGB (Red+Green+Blue) = 121+134+18=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #798612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798612 is #8679ED. Grayscale: #757575. Windows color (decimal): -8813038 or 1214073. OLE color: 1214073.
HSL color Cylindrical-coordinate representation of color #798612: hue angle of 66.72º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #798612 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 134 | 18 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.47 |
| HSL | 66.72º | 0.76% | 0.3% | - |
| HSV(B) | 66.72º | 0.87% | 0.53% | - |
| XYZ | 16.52 | 21.16 | 3.79 | - |
| YUV | 116.89 | 72.19 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 134 | 18 | 0.10 | 0 | 0.87 | 0.47 | 66.72 | 0.76 | 0.3 |
| Hex | 79 | 86 | 12 | A | 0 | 57 | 2F | 43 | 4C | 1E |
| Octal | 171 | 206 | 22 | 12 | 0 | 127 | 57 | 103 | 114 | 36 |
| Binary | 1111001 | 10000110 | 10010 | 1010 | 0 | 1010111 | 101111 | 1000011 | 1001100 | 11110 |
Color Harmonies of #798612
Complementary color
Monochromatic Colors of #798612
Black with #798612
Text Example
Text Example
White with #798612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798612; }
p { color: rgb(121,134,18); }
H1.HeaderClassName
{
color: #798612;
}
.AnyTagClassName
{
color: #798612;
}
</style>
background-color css
<style>
a { background-color: #798612; }
a { background-color: rgb(121,134,18); }
div.DivClassName
{
background-color: #798612;
}
.BgClassName
{
background-color: #798612;
}
</style>
border-color css
<style>
span { border-color: #798612; }
span { border-color: rgb(121,134,18); }
td.TdClassName
{
border-color: #798612;
}
.TagClassName
{
border-color: #798612;
}
</style>