Shades of Trendy Green #7A900F
Tints of Trendy Green #7A900F
RGB
CMYK
RGB Variations
Color information
#7A900F (or 0x7A900F) is known color: Trendy Green. HEX triplet: 7A, 90 and 0F. RGB value is (122,144,15). Sum of RGB (Red+Green+Blue) = 122+144+15=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #7A900F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A900F is #856FF0. Grayscale: #7B7B7B. Windows color (decimal): -8744945 or 1020026. OLE color: 1020026.
HSL color Cylindrical-coordinate representation of color #7A900F: hue angle of 70.23º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A900F is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 144 | 15 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.44 |
| HSL | 70.23º | 0.81% | 0.31% | - |
| HSV(B) | 70.23º | 0.9% | 0.56% | - |
| XYZ | 18.09 | 24.12 | 4.15 | - |
| YUV | 122.72 | 67.21 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 15 | 0.15 | 0 | 0.90 | 0.44 | 70.23 | 0.81 | 0.31 |
| Hex | 7A | 90 | F | F | 0 | 5A | 2C | 46 | 51 | 1F |
| Octal | 172 | 220 | 17 | 17 | 0 | 132 | 54 | 106 | 121 | 37 |
| Binary | 1111010 | 10010000 | 1111 | 1111 | 0 | 1011010 | 101100 | 1000110 | 1010001 | 11111 |
Color Harmonies of #7A900F
Complementary color
Monochromatic Colors of #7A900F
Black with #7A900F
Text Example
Text Example
White with #7A900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A900F; }
p { color: rgb(122,144,15); }
H1.HeaderClassName
{
color: #7A900F;
}
.AnyTagClassName
{
color: #7A900F;
}
</style>
background-color css
<style>
a { background-color: #7A900F; }
a { background-color: rgb(122,144,15); }
div.DivClassName
{
background-color: #7A900F;
}
.BgClassName
{
background-color: #7A900F;
}
</style>
border-color css
<style>
span { border-color: #7A900F; }
span { border-color: rgb(122,144,15); }
td.TdClassName
{
border-color: #7A900F;
}
.TagClassName
{
border-color: #7A900F;
}
</style>