Shades of Trendy Green #798F1F
Tints of Trendy Green #798F1F
RGB
CMYK
RGB Variations
Color information
#798F1F (or 0x798F1F) is known color: Trendy Green. HEX triplet: 79, 8F and 1F. RGB value is (121,143,31). Sum of RGB (Red+Green+Blue) = 121+143+31=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #798F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798F1F is #8670E0. Grayscale: #7C7C7C. Windows color (decimal): -8810721 or 2068345. OLE color: 2068345.
HSL color Cylindrical-coordinate representation of color #798F1F: hue angle of 71.79º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #798F1F is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 143 | 31 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.44 |
| HSL | 71.79º | 0.64% | 0.34% | - |
| HSV(B) | 71.79º | 0.78% | 0.56% | - |
| XYZ | 17.95 | 23.81 | 4.95 | - |
| YUV | 123.65 | 75.71 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 31 | 0.15 | 0 | 0.78 | 0.44 | 71.79 | 0.64 | 0.34 |
| Hex | 79 | 8F | 1F | F | 0 | 4E | 2C | 48 | 40 | 22 |
| Octal | 171 | 217 | 37 | 17 | 0 | 116 | 54 | 110 | 100 | 42 |
| Binary | 1111001 | 10001111 | 11111 | 1111 | 0 | 1001110 | 101100 | 1001000 | 1000000 | 100010 |
Color Harmonies of #798F1F
Complementary color
Monochromatic Colors of #798F1F
Black with #798F1F
Text Example
Text Example
White with #798F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798F1F; }
p { color: rgb(121,143,31); }
H1.HeaderClassName
{
color: #798F1F;
}
.AnyTagClassName
{
color: #798F1F;
}
</style>
background-color css
<style>
a { background-color: #798F1F; }
a { background-color: rgb(121,143,31); }
div.DivClassName
{
background-color: #798F1F;
}
.BgClassName
{
background-color: #798F1F;
}
</style>
border-color css
<style>
span { border-color: #798F1F; }
span { border-color: rgb(121,143,31); }
td.TdClassName
{
border-color: #798F1F;
}
.TagClassName
{
border-color: #798F1F;
}
</style>