Shades of Trendy Green #7A8B2C
Tints of Trendy Green #7A8B2C
RGB
CMYK
RGB Variations
Color information
#7A8B2C (or 0x7A8B2C) is known color: Trendy Green. HEX triplet: 7A, 8B and 2C. RGB value is (122,139,44). Sum of RGB (Red+Green+Blue) = 122+139+44=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8B2C is #8574D3. Grayscale: #7B7B7B. Windows color (decimal): -8746196 or 2919290. OLE color: 2919290.
HSL color Cylindrical-coordinate representation of color #7A8B2C: hue angle of 70.74º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A8B2C is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 139 | 44 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.45 |
| HSL | 70.74º | 0.52% | 0.36% | - |
| HSV(B) | 70.74º | 0.68% | 0.55% | - |
| XYZ | 17.71 | 22.78 | 5.85 | - |
| YUV | 123.09 | 83.37 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 44 | 0.12 | 0 | 0.68 | 0.45 | 70.74 | 0.52 | 0.36 |
| Hex | 7A | 8B | 2C | C | 0 | 44 | 2D | 47 | 34 | 24 |
| Octal | 172 | 213 | 54 | 14 | 0 | 104 | 55 | 107 | 64 | 44 |
| Binary | 1111010 | 10001011 | 101100 | 1100 | 0 | 1000100 | 101101 | 1000111 | 110100 | 100100 |
Color Harmonies of #7A8B2C
Complementary color
Monochromatic Colors of #7A8B2C
Black with #7A8B2C
Text Example
Text Example
White with #7A8B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8B2C; }
p { color: rgb(122,139,44); }
H1.HeaderClassName
{
color: #7A8B2C;
}
.AnyTagClassName
{
color: #7A8B2C;
}
</style>
background-color css
<style>
a { background-color: #7A8B2C; }
a { background-color: rgb(122,139,44); }
div.DivClassName
{
background-color: #7A8B2C;
}
.BgClassName
{
background-color: #7A8B2C;
}
</style>
border-color css
<style>
span { border-color: #7A8B2C; }
span { border-color: rgb(122,139,44); }
td.TdClassName
{
border-color: #7A8B2C;
}
.TagClassName
{
border-color: #7A8B2C;
}
</style>