Shades of Trendy Green #7F802A
Tints of Trendy Green #7F802A
RGB
CMYK
RGB Variations
Color information
#7F802A (or 0x7F802A) is known color: Trendy Green. HEX triplet: 7F, 80 and 2A. RGB value is (127,128,42). Sum of RGB (Red+Green+Blue) = 127+128+42=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #7F802A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F802A is #807FD5. Grayscale: #767676. Windows color (decimal): -8421334 or 2785407. OLE color: 2785407.
HSL color Cylindrical-coordinate representation of color #7F802A: hue angle of 60.7º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F802A is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 128 | 42 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.50 |
| HSL | 60.7º | 0.51% | 0.33% | - |
| HSV(B) | 60.7º | 0.67% | 0.5% | - |
| XYZ | 16.89 | 20.12 | 5.18 | - |
| YUV | 117.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 42 | 0.01 | 0 | 0.67 | 0.50 | 60.7 | 0.51 | 0.33 |
| Hex | 7F | 80 | 2A | 1 | 0 | 43 | 32 | 3D | 33 | 21 |
| Octal | 177 | 200 | 52 | 1 | 0 | 103 | 62 | 75 | 63 | 41 |
| Binary | 1111111 | 10000000 | 101010 | 1 | 0 | 1000011 | 110010 | 111101 | 110011 | 100001 |
Color Harmonies of #7F802A
Complementary color
Monochromatic Colors of #7F802A
Black with #7F802A
Text Example
Text Example
White with #7F802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F802A; }
p { color: rgb(127,128,42); }
H1.HeaderClassName
{
color: #7F802A;
}
.AnyTagClassName
{
color: #7F802A;
}
</style>
background-color css
<style>
a { background-color: #7F802A; }
a { background-color: rgb(127,128,42); }
div.DivClassName
{
background-color: #7F802A;
}
.BgClassName
{
background-color: #7F802A;
}
</style>
border-color css
<style>
span { border-color: #7F802A; }
span { border-color: rgb(127,128,42); }
td.TdClassName
{
border-color: #7F802A;
}
.TagClassName
{
border-color: #7F802A;
}
</style>