Shades of Trendy Green #728013
Tints of Trendy Green #728013
RGB
CMYK
RGB Variations
Color information
#728013 (or 0x728013) is known color: Trendy Green. HEX triplet: 72, 80 and 13. RGB value is (114,128,19). Sum of RGB (Red+Green+Blue) = 114+128+19=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #728013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728013 is #8D7FEC. Grayscale: #6F6F6F. Windows color (decimal): -9273325 or 1278066. OLE color: 1278066.
HSL color Cylindrical-coordinate representation of color #728013: hue angle of 67.71º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #728013 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 128 | 19 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.50 |
| HSL | 67.71º | 0.74% | 0.29% | - |
| HSV(B) | 67.71º | 0.85% | 0.5% | - |
| XYZ | 14.78 | 19.06 | 3.52 | - |
| YUV | 111.39 | 75.86 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 19 | 0.11 | 0 | 0.85 | 0.50 | 67.71 | 0.74 | 0.29 |
| Hex | 72 | 80 | 13 | B | 0 | 55 | 32 | 44 | 4A | 1D |
| Octal | 162 | 200 | 23 | 13 | 0 | 125 | 62 | 104 | 112 | 35 |
| Binary | 1110010 | 10000000 | 10011 | 1011 | 0 | 1010101 | 110010 | 1000100 | 1001010 | 11101 |
Color Harmonies of #728013
Complementary color
Monochromatic Colors of #728013
Black with #728013
Text Example
Text Example
White with #728013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728013; }
p { color: rgb(114,128,19); }
H1.HeaderClassName
{
color: #728013;
}
.AnyTagClassName
{
color: #728013;
}
</style>
background-color css
<style>
a { background-color: #728013; }
a { background-color: rgb(114,128,19); }
div.DivClassName
{
background-color: #728013;
}
.BgClassName
{
background-color: #728013;
}
</style>
border-color css
<style>
span { border-color: #728013; }
span { border-color: rgb(114,128,19); }
td.TdClassName
{
border-color: #728013;
}
.TagClassName
{
border-color: #728013;
}
</style>