Shades of Trendy Green #728314
Tints of Trendy Green #728314
RGB
CMYK
RGB Variations
Color information
#728314 (or 0x728314) is known color: Trendy Green. HEX triplet: 72, 83 and 14. RGB value is (114,131,20). Sum of RGB (Red+Green+Blue) = 114+131+20=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #728314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728314 is #8D7CEB. Grayscale: #717171. Windows color (decimal): -9272556 or 1344370. OLE color: 1344370.
HSL color Cylindrical-coordinate representation of color #728314: hue angle of 69.19º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #728314 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 131 | 20 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.49 |
| HSL | 69.19º | 0.74% | 0.3% | - |
| HSV(B) | 69.19º | 0.85% | 0.51% | - |
| XYZ | 15.18 | 19.86 | 3.7 | - |
| YUV | 113.26 | 75.37 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 131 | 20 | 0.13 | 0 | 0.85 | 0.49 | 69.19 | 0.74 | 0.3 |
| Hex | 72 | 83 | 14 | D | 0 | 55 | 31 | 45 | 4A | 1E |
| Octal | 162 | 203 | 24 | 15 | 0 | 125 | 61 | 105 | 112 | 36 |
| Binary | 1110010 | 10000011 | 10100 | 1101 | 0 | 1010101 | 110001 | 1000101 | 1001010 | 11110 |
Color Harmonies of #728314
Complementary color
Monochromatic Colors of #728314
Black with #728314
Text Example
Text Example
White with #728314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728314; }
p { color: rgb(114,131,20); }
H1.HeaderClassName
{
color: #728314;
}
.AnyTagClassName
{
color: #728314;
}
</style>
background-color css
<style>
a { background-color: #728314; }
a { background-color: rgb(114,131,20); }
div.DivClassName
{
background-color: #728314;
}
.BgClassName
{
background-color: #728314;
}
</style>
border-color css
<style>
span { border-color: #728314; }
span { border-color: rgb(114,131,20); }
td.TdClassName
{
border-color: #728314;
}
.TagClassName
{
border-color: #728314;
}
</style>