Shades of Trendy Green #728221
Tints of Trendy Green #728221
RGB
CMYK
RGB Variations
Color information
#728221 (or 0x728221) is known color: Trendy Green. HEX triplet: 72, 82 and 21. RGB value is (114,130,33). Sum of RGB (Red+Green+Blue) = 114+130+33=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #728221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728221 is #8D7DDE. Grayscale: #727272. Windows color (decimal): -9272799 or 2196082. OLE color: 2196082.
HSL color Cylindrical-coordinate representation of color #728221: hue angle of 69.9º 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 #728221 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 33 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.49 |
| HSL | 69.9º | 0.6% | 0.32% | - |
| HSV(B) | 69.9º | 0.75% | 0.51% | - |
| XYZ | 15.2 | 19.65 | 4.43 | - |
| YUV | 114.16 | 82.2 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 33 | 0.12 | 0 | 0.75 | 0.49 | 69.9 | 0.6 | 0.32 |
| Hex | 72 | 82 | 21 | C | 0 | 4B | 31 | 46 | 3C | 20 |
| Octal | 162 | 202 | 41 | 14 | 0 | 113 | 61 | 106 | 74 | 40 |
| Binary | 1110010 | 10000010 | 100001 | 1100 | 0 | 1001011 | 110001 | 1000110 | 111100 | 100000 |
Color Harmonies of #728221
Complementary color
Monochromatic Colors of #728221
Black with #728221
Text Example
Text Example
White with #728221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728221; }
p { color: rgb(114,130,33); }
H1.HeaderClassName
{
color: #728221;
}
.AnyTagClassName
{
color: #728221;
}
</style>
background-color css
<style>
a { background-color: #728221; }
a { background-color: rgb(114,130,33); }
div.DivClassName
{
background-color: #728221;
}
.BgClassName
{
background-color: #728221;
}
</style>
border-color css
<style>
span { border-color: #728221; }
span { border-color: rgb(114,130,33); }
td.TdClassName
{
border-color: #728221;
}
.TagClassName
{
border-color: #728221;
}
</style>