Shades of Trendy Green #798330
Tints of Trendy Green #798330
RGB
CMYK
RGB Variations
Color information
#798330 (or 0x798330) is known color: Trendy Green. HEX triplet: 79, 83 and 30. RGB value is (121,131,48). Sum of RGB (Red+Green+Blue) = 121+131+48=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #798330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798330 is #867CCF. Grayscale: #767676. Windows color (decimal): -8813776 or 3179385. OLE color: 3179385.
HSL color Cylindrical-coordinate representation of color #798330: hue angle of 67.23º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #798330 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 131 | 48 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.49 |
| HSL | 67.23º | 0.46% | 0.35% | - |
| HSV(B) | 67.23º | 0.63% | 0.51% | - |
| XYZ | 16.53 | 20.51 | 5.88 | - |
| YUV | 118.55 | 88.19 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 131 | 48 | 0.08 | 0 | 0.63 | 0.49 | 67.23 | 0.46 | 0.35 |
| Hex | 79 | 83 | 30 | 8 | 0 | 3F | 31 | 43 | 2E | 23 |
| Octal | 171 | 203 | 60 | 10 | 0 | 77 | 61 | 103 | 56 | 43 |
| Binary | 1111001 | 10000011 | 110000 | 1000 | 0 | 111111 | 110001 | 1000011 | 101110 | 100011 |
Color Harmonies of #798330
Complementary color
Monochromatic Colors of #798330
Black with #798330
Text Example
Text Example
White with #798330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798330; }
p { color: rgb(121,131,48); }
H1.HeaderClassName
{
color: #798330;
}
.AnyTagClassName
{
color: #798330;
}
</style>
background-color css
<style>
a { background-color: #798330; }
a { background-color: rgb(121,131,48); }
div.DivClassName
{
background-color: #798330;
}
.BgClassName
{
background-color: #798330;
}
</style>
border-color css
<style>
span { border-color: #798330; }
span { border-color: rgb(121,131,48); }
td.TdClassName
{
border-color: #798330;
}
.TagClassName
{
border-color: #798330;
}
</style>