Shades of Trendy Green #79821D
Tints of Trendy Green #79821D
RGB
CMYK
RGB Variations
Color information
#79821D (or 0x79821D) is known color: Trendy Green. HEX triplet: 79, 82 and 1D. RGB value is (121,130,29). Sum of RGB (Red+Green+Blue) = 121+130+29=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #79821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79821D is #867DE2. Grayscale: #747474. Windows color (decimal): -8814051 or 1933945. OLE color: 1933945.
HSL color Cylindrical-coordinate representation of color #79821D: hue angle of 65.35º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #79821D is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 130 | 29 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.49 |
| HSL | 65.35º | 0.64% | 0.31% | - |
| HSV(B) | 65.35º | 0.78% | 0.51% | - |
| XYZ | 16.09 | 20.12 | 4.2 | - |
| YUV | 115.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 29 | 0.07 | 0 | 0.78 | 0.49 | 65.35 | 0.64 | 0.31 |
| Hex | 79 | 82 | 1D | 7 | 0 | 4E | 31 | 41 | 40 | 1F |
| Octal | 171 | 202 | 35 | 7 | 0 | 116 | 61 | 101 | 100 | 37 |
| Binary | 1111001 | 10000010 | 11101 | 111 | 0 | 1001110 | 110001 | 1000001 | 1000000 | 11111 |
Color Harmonies of #79821D
Complementary color
Monochromatic Colors of #79821D
Black with #79821D
Text Example
Text Example
White with #79821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79821D; }
p { color: rgb(121,130,29); }
H1.HeaderClassName
{
color: #79821D;
}
.AnyTagClassName
{
color: #79821D;
}
</style>
background-color css
<style>
a { background-color: #79821D; }
a { background-color: rgb(121,130,29); }
div.DivClassName
{
background-color: #79821D;
}
.BgClassName
{
background-color: #79821D;
}
</style>
border-color css
<style>
span { border-color: #79821D; }
span { border-color: rgb(121,130,29); }
td.TdClassName
{
border-color: #79821D;
}
.TagClassName
{
border-color: #79821D;
}
</style>