Shades of Trendy Green #798B1B
Tints of Trendy Green #798B1B
RGB
CMYK
RGB Variations
Color information
#798B1B (or 0x798B1B) is known color: Trendy Green. HEX triplet: 79, 8B and 1B. RGB value is (121,139,27). Sum of RGB (Red+Green+Blue) = 121+139+27=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #798B1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798B1B is #8674E4. Grayscale: #797979. Windows color (decimal): -8811749 or 1805177. OLE color: 1805177.
HSL color Cylindrical-coordinate representation of color #798B1B: hue angle of 69.64º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #798B1B is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 139 | 27 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.45 |
| HSL | 69.64º | 0.67% | 0.33% | - |
| HSV(B) | 69.64º | 0.81% | 0.55% | - |
| XYZ | 17.32 | 22.61 | 4.49 | - |
| YUV | 120.85 | 75.04 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 27 | 0.13 | 0 | 0.81 | 0.45 | 69.64 | 0.67 | 0.33 |
| Hex | 79 | 8B | 1B | D | 0 | 51 | 2D | 46 | 43 | 21 |
| Octal | 171 | 213 | 33 | 15 | 0 | 121 | 55 | 106 | 103 | 41 |
| Binary | 1111001 | 10001011 | 11011 | 1101 | 0 | 1010001 | 101101 | 1000110 | 1000011 | 100001 |
Color Harmonies of #798B1B
Complementary color
Monochromatic Colors of #798B1B
Black with #798B1B
Text Example
Text Example
White with #798B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798B1B; }
p { color: rgb(121,139,27); }
H1.HeaderClassName
{
color: #798B1B;
}
.AnyTagClassName
{
color: #798B1B;
}
</style>
background-color css
<style>
a { background-color: #798B1B; }
a { background-color: rgb(121,139,27); }
div.DivClassName
{
background-color: #798B1B;
}
.BgClassName
{
background-color: #798B1B;
}
</style>
border-color css
<style>
span { border-color: #798B1B; }
span { border-color: rgb(121,139,27); }
td.TdClassName
{
border-color: #798B1B;
}
.TagClassName
{
border-color: #798B1B;
}
</style>