Shades of Trendy Green #728023
Tints of Trendy Green #728023
RGB
CMYK
RGB Variations
Color information
#728023 (or 0x728023) is known color: Trendy Green. HEX triplet: 72, 80 and 23. RGB value is (114,128,35). Sum of RGB (Red+Green+Blue) = 114+128+35=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #728023 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728023 is #8D7FDC. Grayscale: #717171. Windows color (decimal): -9273309 or 2326642. OLE color: 2326642.
HSL color Cylindrical-coordinate representation of color #728023: hue angle of 69.03º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #728023 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 128 | 35 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.50 |
| HSL | 69.03º | 0.57% | 0.32% | - |
| HSV(B) | 69.03º | 0.73% | 0.5% | - |
| XYZ | 14.96 | 19.14 | 4.5 | - |
| YUV | 113.21 | 83.86 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 35 | 0.11 | 0 | 0.73 | 0.50 | 69.03 | 0.57 | 0.32 |
| Hex | 72 | 80 | 23 | B | 0 | 49 | 32 | 45 | 39 | 20 |
| Octal | 162 | 200 | 43 | 13 | 0 | 111 | 62 | 105 | 71 | 40 |
| Binary | 1110010 | 10000000 | 100011 | 1011 | 0 | 1001001 | 110010 | 1000101 | 111001 | 100000 |
Color Harmonies of #728023
Complementary color
Monochromatic Colors of #728023
Black with #728023
Text Example
Text Example
White with #728023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728023; }
p { color: rgb(114,128,35); }
H1.HeaderClassName
{
color: #728023;
}
.AnyTagClassName
{
color: #728023;
}
</style>
background-color css
<style>
a { background-color: #728023; }
a { background-color: rgb(114,128,35); }
div.DivClassName
{
background-color: #728023;
}
.BgClassName
{
background-color: #728023;
}
</style>
border-color css
<style>
span { border-color: #728023; }
span { border-color: rgb(114,128,35); }
td.TdClassName
{
border-color: #728023;
}
.TagClassName
{
border-color: #728023;
}
</style>