Shades of Trendy Green #798C1C
Tints of Trendy Green #798C1C
RGB
CMYK
RGB Variations
Color information
#798C1C (or 0x798C1C) is known color: Trendy Green. HEX triplet: 79, 8C and 1C. RGB value is (121,140,28). Sum of RGB (Red+Green+Blue) = 121+140+28=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #798C1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798C1C is #8673E3. Grayscale: #797979. Windows color (decimal): -8811492 or 1870969. OLE color: 1870969.
HSL color Cylindrical-coordinate representation of color #798C1C: hue angle of 70.18º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #798C1C is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 140 | 28 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.45 |
| HSL | 70.18º | 0.67% | 0.33% | - |
| HSV(B) | 70.18º | 0.8% | 0.55% | - |
| XYZ | 17.47 | 22.9 | 4.6 | - |
| YUV | 121.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 28 | 0.14 | 0 | 0.80 | 0.45 | 70.18 | 0.67 | 0.33 |
| Hex | 79 | 8C | 1C | E | 0 | 50 | 2D | 46 | 43 | 21 |
| Octal | 171 | 214 | 34 | 16 | 0 | 120 | 55 | 106 | 103 | 41 |
| Binary | 1111001 | 10001100 | 11100 | 1110 | 0 | 1010000 | 101101 | 1000110 | 1000011 | 100001 |
Color Harmonies of #798C1C
Complementary color
Monochromatic Colors of #798C1C
Black with #798C1C
Text Example
Text Example
White with #798C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798C1C; }
p { color: rgb(121,140,28); }
H1.HeaderClassName
{
color: #798C1C;
}
.AnyTagClassName
{
color: #798C1C;
}
</style>
background-color css
<style>
a { background-color: #798C1C; }
a { background-color: rgb(121,140,28); }
div.DivClassName
{
background-color: #798C1C;
}
.BgClassName
{
background-color: #798C1C;
}
</style>
border-color css
<style>
span { border-color: #798C1C; }
span { border-color: rgb(121,140,28); }
td.TdClassName
{
border-color: #798C1C;
}
.TagClassName
{
border-color: #798C1C;
}
</style>