Shades of Trendy Green #7A7F28
Tints of Trendy Green #7A7F28
RGB
CMYK
RGB Variations
Color information
#7A7F28 (or 0x7A7F28) is known color: Trendy Green. HEX triplet: 7A, 7F and 28. RGB value is (122,127,40). Sum of RGB (Red+Green+Blue) = 122+127+40=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7F28 is #8580D7. Grayscale: #737373. Windows color (decimal): -8749272 or 2654074. OLE color: 2654074.
HSL color Cylindrical-coordinate representation of color #7A7F28: hue angle of 63.45º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A7F28 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 127 | 40 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.50 |
| HSL | 63.45º | 0.52% | 0.33% | - |
| HSV(B) | 63.45º | 0.69% | 0.5% | - |
| XYZ | 16 | 19.47 | 4.92 | - |
| YUV | 115.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 127 | 40 | 0.04 | 0 | 0.69 | 0.50 | 63.45 | 0.52 | 0.33 |
| Hex | 7A | 7F | 28 | 4 | 0 | 45 | 32 | 3F | 34 | 21 |
| Octal | 172 | 177 | 50 | 4 | 0 | 105 | 62 | 77 | 64 | 41 |
| Binary | 1111010 | 1111111 | 101000 | 100 | 0 | 1000101 | 110010 | 111111 | 110100 | 100001 |
Color Harmonies of #7A7F28
Complementary color
Monochromatic Colors of #7A7F28
Black with #7A7F28
Text Example
Text Example
White with #7A7F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7F28; }
p { color: rgb(122,127,40); }
H1.HeaderClassName
{
color: #7A7F28;
}
.AnyTagClassName
{
color: #7A7F28;
}
</style>
background-color css
<style>
a { background-color: #7A7F28; }
a { background-color: rgb(122,127,40); }
div.DivClassName
{
background-color: #7A7F28;
}
.BgClassName
{
background-color: #7A7F28;
}
</style>
border-color css
<style>
span { border-color: #7A7F28; }
span { border-color: rgb(122,127,40); }
td.TdClassName
{
border-color: #7A7F28;
}
.TagClassName
{
border-color: #7A7F28;
}
</style>