Shades of Trendy Green #728220
Tints of Trendy Green #728220
RGB
CMYK
RGB Variations
Color information
#728220 (or 0x728220) is known color: Trendy Green. HEX triplet: 72, 82 and 20. RGB value is (114,130,32). Sum of RGB (Red+Green+Blue) = 114+130+32=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #728220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728220 is #8D7DDF. Grayscale: #727272. Windows color (decimal): -9272800 or 2130546. OLE color: 2130546.
HSL color Cylindrical-coordinate representation of color #728220: hue angle of 69.8º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #728220 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 32 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.49 |
| HSL | 69.8º | 0.6% | 0.32% | - |
| HSV(B) | 69.8º | 0.75% | 0.51% | - |
| XYZ | 15.18 | 19.65 | 4.36 | - |
| YUV | 114.04 | 81.7 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 32 | 0.12 | 0 | 0.75 | 0.49 | 69.8 | 0.6 | 0.32 |
| Hex | 72 | 82 | 20 | C | 0 | 4B | 31 | 46 | 3C | 20 |
| Octal | 162 | 202 | 40 | 14 | 0 | 113 | 61 | 106 | 74 | 40 |
| Binary | 1110010 | 10000010 | 100000 | 1100 | 0 | 1001011 | 110001 | 1000110 | 111100 | 100000 |
Color Harmonies of #728220
Complementary color
Monochromatic Colors of #728220
Black with #728220
Text Example
Text Example
White with #728220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728220; }
p { color: rgb(114,130,32); }
H1.HeaderClassName
{
color: #728220;
}
.AnyTagClassName
{
color: #728220;
}
</style>
background-color css
<style>
a { background-color: #728220; }
a { background-color: rgb(114,130,32); }
div.DivClassName
{
background-color: #728220;
}
.BgClassName
{
background-color: #728220;
}
</style>
border-color css
<style>
span { border-color: #728220; }
span { border-color: rgb(114,130,32); }
td.TdClassName
{
border-color: #728220;
}
.TagClassName
{
border-color: #728220;
}
</style>