Shades of Trendy Green #7A821D
Tints of Trendy Green #7A821D
RGB
CMYK
RGB Variations
Color information
#7A821D (or 0x7A821D) is known color: Trendy Green. HEX triplet: 7A, 82 and 1D. RGB value is (122,130,29). Sum of RGB (Red+Green+Blue) = 122+130+29=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #7A821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A821D is #857DE2. Grayscale: #747474. Windows color (decimal): -8748515 or 1933946. OLE color: 1933946.
HSL color Cylindrical-coordinate representation of color #7A821D: hue angle of 64.75º 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 #7A821D is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 130 | 29 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.49 |
| HSL | 64.75º | 0.64% | 0.31% | - |
| HSV(B) | 64.75º | 0.78% | 0.51% | - |
| XYZ | 16.23 | 20.19 | 4.2 | - |
| YUV | 116.09 | 78.85 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 130 | 29 | 0.06 | 0 | 0.78 | 0.49 | 64.75 | 0.64 | 0.31 |
| Hex | 7A | 82 | 1D | 6 | 0 | 4E | 31 | 41 | 40 | 1F |
| Octal | 172 | 202 | 35 | 6 | 0 | 116 | 61 | 101 | 100 | 37 |
| Binary | 1111010 | 10000010 | 11101 | 110 | 0 | 1001110 | 110001 | 1000001 | 1000000 | 11111 |
Color Harmonies of #7A821D
Complementary color
Monochromatic Colors of #7A821D
Black with #7A821D
Text Example
Text Example
White with #7A821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A821D; }
p { color: rgb(122,130,29); }
H1.HeaderClassName
{
color: #7A821D;
}
.AnyTagClassName
{
color: #7A821D;
}
</style>
background-color css
<style>
a { background-color: #7A821D; }
a { background-color: rgb(122,130,29); }
div.DivClassName
{
background-color: #7A821D;
}
.BgClassName
{
background-color: #7A821D;
}
</style>
border-color css
<style>
span { border-color: #7A821D; }
span { border-color: rgb(122,130,29); }
td.TdClassName
{
border-color: #7A821D;
}
.TagClassName
{
border-color: #7A821D;
}
</style>