Shades of Trendy Green #728129
Tints of Trendy Green #728129
RGB
CMYK
RGB Variations
Color information
#728129 (or 0x728129) is known color: Trendy Green. HEX triplet: 72, 81 and 29. RGB value is (114,129,41). Sum of RGB (Red+Green+Blue) = 114+129+41=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #728129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728129 is #8D7ED6. Grayscale: #727272. Windows color (decimal): -9273047 or 2720114. OLE color: 2720114.
HSL color Cylindrical-coordinate representation of color #728129: hue angle of 70.23º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #728129 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 129 | 41 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.49 |
| HSL | 70.23º | 0.52% | 0.33% | - |
| HSV(B) | 70.23º | 0.68% | 0.51% | - |
| XYZ | 15.19 | 19.44 | 5.05 | - |
| YUV | 114.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 41 | 0.12 | 0 | 0.68 | 0.49 | 70.23 | 0.52 | 0.33 |
| Hex | 72 | 81 | 29 | C | 0 | 44 | 31 | 46 | 34 | 21 |
| Octal | 162 | 201 | 51 | 14 | 0 | 104 | 61 | 106 | 64 | 41 |
| Binary | 1110010 | 10000001 | 101001 | 1100 | 0 | 1000100 | 110001 | 1000110 | 110100 | 100001 |
Color Harmonies of #728129
Complementary color
Monochromatic Colors of #728129
Black with #728129
Text Example
Text Example
White with #728129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728129; }
p { color: rgb(114,129,41); }
H1.HeaderClassName
{
color: #728129;
}
.AnyTagClassName
{
color: #728129;
}
</style>
background-color css
<style>
a { background-color: #728129; }
a { background-color: rgb(114,129,41); }
div.DivClassName
{
background-color: #728129;
}
.BgClassName
{
background-color: #728129;
}
</style>
border-color css
<style>
span { border-color: #728129; }
span { border-color: rgb(114,129,41); }
td.TdClassName
{
border-color: #728129;
}
.TagClassName
{
border-color: #728129;
}
</style>