Shades of Trendy Green #728511
Tints of Trendy Green #728511
RGB
CMYK
RGB Variations
Color information
#728511 (or 0x728511) is known color: Trendy Green. HEX triplet: 72, 85 and 11. RGB value is (114,133,17). Sum of RGB (Red+Green+Blue) = 114+133+17=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #728511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728511 is #8D7AEE. Grayscale: #727272. Windows color (decimal): -9272047 or 1148274. OLE color: 1148274.
HSL color Cylindrical-coordinate representation of color #728511: hue angle of 69.83º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #728511 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 133 | 17 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.48 |
| HSL | 69.83º | 0.77% | 0.29% | - |
| HSV(B) | 69.83º | 0.87% | 0.52% | - |
| XYZ | 15.43 | 20.39 | 3.65 | - |
| YUV | 114.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 17 | 0.14 | 0 | 0.87 | 0.48 | 69.83 | 0.77 | 0.29 |
| Hex | 72 | 85 | 11 | E | 0 | 57 | 30 | 46 | 4D | 1D |
| Octal | 162 | 205 | 21 | 16 | 0 | 127 | 60 | 106 | 115 | 35 |
| Binary | 1110010 | 10000101 | 10001 | 1110 | 0 | 1010111 | 110000 | 1000110 | 1001101 | 11101 |
Color Harmonies of #728511
Complementary color
Monochromatic Colors of #728511
Black with #728511
Text Example
Text Example
White with #728511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728511; }
p { color: rgb(114,133,17); }
H1.HeaderClassName
{
color: #728511;
}
.AnyTagClassName
{
color: #728511;
}
</style>
background-color css
<style>
a { background-color: #728511; }
a { background-color: rgb(114,133,17); }
div.DivClassName
{
background-color: #728511;
}
.BgClassName
{
background-color: #728511;
}
</style>
border-color css
<style>
span { border-color: #728511; }
span { border-color: rgb(114,133,17); }
td.TdClassName
{
border-color: #728511;
}
.TagClassName
{
border-color: #728511;
}
</style>