Shades of Trendy Green #728128
Tints of Trendy Green #728128
RGB
CMYK
RGB Variations
Color information
#728128 (or 0x728128) is known color: Trendy Green. HEX triplet: 72, 81 and 28. RGB value is (114,129,40). Sum of RGB (Red+Green+Blue) = 114+129+40=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #728128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728128 is #8D7ED7. Grayscale: #727272. Windows color (decimal): -9273048 or 2654578. OLE color: 2654578.
HSL color Cylindrical-coordinate representation of color #728128: hue angle of 70.11º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #728128 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 129 | 40 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.49 |
| HSL | 70.11º | 0.53% | 0.33% | - |
| HSV(B) | 70.11º | 0.69% | 0.51% | - |
| XYZ | 15.17 | 19.43 | 4.96 | - |
| YUV | 114.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 40 | 0.12 | 0 | 0.69 | 0.49 | 70.11 | 0.53 | 0.33 |
| Hex | 72 | 81 | 28 | C | 0 | 45 | 31 | 46 | 35 | 21 |
| Octal | 162 | 201 | 50 | 14 | 0 | 105 | 61 | 106 | 65 | 41 |
| Binary | 1110010 | 10000001 | 101000 | 1100 | 0 | 1000101 | 110001 | 1000110 | 110101 | 100001 |
Color Harmonies of #728128
Complementary color
Monochromatic Colors of #728128
Black with #728128
Text Example
Text Example
White with #728128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728128; }
p { color: rgb(114,129,40); }
H1.HeaderClassName
{
color: #728128;
}
.AnyTagClassName
{
color: #728128;
}
</style>
background-color css
<style>
a { background-color: #728128; }
a { background-color: rgb(114,129,40); }
div.DivClassName
{
background-color: #728128;
}
.BgClassName
{
background-color: #728128;
}
</style>
border-color css
<style>
span { border-color: #728128; }
span { border-color: rgb(114,129,40); }
td.TdClassName
{
border-color: #728128;
}
.TagClassName
{
border-color: #728128;
}
</style>