Shades of Trendy Green #7A821A
Tints of Trendy Green #7A821A
RGB
CMYK
RGB Variations
Color information
#7A821A (or 0x7A821A) is known color: Trendy Green. HEX triplet: 7A, 82 and 1A. RGB value is (122,130,26). Sum of RGB (Red+Green+Blue) = 122+130+26=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #7A821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A821A is #857DE5. Grayscale: #747474. Windows color (decimal): -8748518 or 1737338. OLE color: 1737338.
HSL color Cylindrical-coordinate representation of color #7A821A: hue angle of 64.62º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A821A is Cyan = 0.06, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 130 | 26 | - |
| CMYK | 0.06 | 0 | 0.8 | 0.49 |
| HSL | 64.62º | 0.67% | 0.31% | - |
| HSV(B) | 64.62º | 0.8% | 0.51% | - |
| XYZ | 16.2 | 20.18 | 4.02 | - |
| YUV | 115.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 130 | 26 | 0.06 | 0 | 0.8 | 0.49 | 64.62 | 0.67 | 0.31 |
| Hex | 7A | 82 | 1A | 6 | 0 | 50 | 31 | 41 | 43 | 1F |
| Octal | 172 | 202 | 32 | 6 | 0 | 120 | 61 | 101 | 103 | 37 |
| Binary | 1111010 | 10000010 | 11010 | 110 | 0 | 1010000 | 110001 | 1000001 | 1000011 | 11111 |
Color Harmonies of #7A821A
Complementary color
Monochromatic Colors of #7A821A
Black with #7A821A
Text Example
Text Example
White with #7A821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A821A; }
p { color: rgb(122,130,26); }
H1.HeaderClassName
{
color: #7A821A;
}
.AnyTagClassName
{
color: #7A821A;
}
</style>
background-color css
<style>
a { background-color: #7A821A; }
a { background-color: rgb(122,130,26); }
div.DivClassName
{
background-color: #7A821A;
}
.BgClassName
{
background-color: #7A821A;
}
</style>
border-color css
<style>
span { border-color: #7A821A; }
span { border-color: rgb(122,130,26); }
td.TdClassName
{
border-color: #7A821A;
}
.TagClassName
{
border-color: #7A821A;
}
</style>