Shades of Trendy Green #728123
Tints of Trendy Green #728123
RGB
CMYK
RGB Variations
Color information
#728123 (or 0x728123) is known color: Trendy Green. HEX triplet: 72, 81 and 23. RGB value is (114,129,35). Sum of RGB (Red+Green+Blue) = 114+129+35=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #728123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728123 is #8D7EDC. Grayscale: #727272. Windows color (decimal): -9273053 or 2326898. OLE color: 2326898.
HSL color Cylindrical-coordinate representation of color #728123: hue angle of 69.57º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #728123 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 129 | 35 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.49 |
| HSL | 69.57º | 0.57% | 0.32% | - |
| HSV(B) | 69.57º | 0.73% | 0.51% | - |
| XYZ | 15.09 | 19.4 | 4.54 | - |
| YUV | 113.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 35 | 0.12 | 0 | 0.73 | 0.49 | 69.57 | 0.57 | 0.32 |
| Hex | 72 | 81 | 23 | C | 0 | 49 | 31 | 46 | 39 | 20 |
| Octal | 162 | 201 | 43 | 14 | 0 | 111 | 61 | 106 | 71 | 40 |
| Binary | 1110010 | 10000001 | 100011 | 1100 | 0 | 1001001 | 110001 | 1000110 | 111001 | 100000 |
Color Harmonies of #728123
Complementary color
Monochromatic Colors of #728123
Black with #728123
Text Example
Text Example
White with #728123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728123; }
p { color: rgb(114,129,35); }
H1.HeaderClassName
{
color: #728123;
}
.AnyTagClassName
{
color: #728123;
}
</style>
background-color css
<style>
a { background-color: #728123; }
a { background-color: rgb(114,129,35); }
div.DivClassName
{
background-color: #728123;
}
.BgClassName
{
background-color: #728123;
}
</style>
border-color css
<style>
span { border-color: #728123; }
span { border-color: rgb(114,129,35); }
td.TdClassName
{
border-color: #728123;
}
.TagClassName
{
border-color: #728123;
}
</style>