Shades of Trendy Green #7A8715
Tints of Trendy Green #7A8715
RGB
CMYK
RGB Variations
Color information
#7A8715 (or 0x7A8715) is known color: Trendy Green. HEX triplet: 7A, 87 and 15. RGB value is (122,135,21). Sum of RGB (Red+Green+Blue) = 122+135+21=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #7A8715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8715 is #8578EA. Grayscale: #767676. Windows color (decimal): -8747243 or 1410938. OLE color: 1410938.
HSL color Cylindrical-coordinate representation of color #7A8715: hue angle of 66.84º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A8715 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 135 | 21 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.47 |
| HSL | 66.84º | 0.73% | 0.31% | - |
| HSV(B) | 66.84º | 0.84% | 0.53% | - |
| XYZ | 16.83 | 21.52 | 3.98 | - |
| YUV | 118.12 | 73.19 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 21 | 0.10 | 0 | 0.84 | 0.47 | 66.84 | 0.73 | 0.31 |
| Hex | 7A | 87 | 15 | A | 0 | 54 | 2F | 43 | 49 | 1F |
| Octal | 172 | 207 | 25 | 12 | 0 | 124 | 57 | 103 | 111 | 37 |
| Binary | 1111010 | 10000111 | 10101 | 1010 | 0 | 1010100 | 101111 | 1000011 | 1001001 | 11111 |
Color Harmonies of #7A8715
Complementary color
Monochromatic Colors of #7A8715
Black with #7A8715
Text Example
Text Example
White with #7A8715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8715; }
p { color: rgb(122,135,21); }
H1.HeaderClassName
{
color: #7A8715;
}
.AnyTagClassName
{
color: #7A8715;
}
</style>
background-color css
<style>
a { background-color: #7A8715; }
a { background-color: rgb(122,135,21); }
div.DivClassName
{
background-color: #7A8715;
}
.BgClassName
{
background-color: #7A8715;
}
</style>
border-color css
<style>
span { border-color: #7A8715; }
span { border-color: rgb(122,135,21); }
td.TdClassName
{
border-color: #7A8715;
}
.TagClassName
{
border-color: #7A8715;
}
</style>