Shades of Trendy Green #727C14
Tints of Trendy Green #727C14
RGB
CMYK
RGB Variations
Color information
#727C14 (or 0x727C14) is known color: Trendy Green. HEX triplet: 72, 7C and 14. RGB value is (114,124,20). Sum of RGB (Red+Green+Blue) = 114+124+20=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 124 - color contains mainly: green. Hex color #727C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727C14 is #8D83EB. Grayscale: #6D6D6D. Windows color (decimal): -9274348 or 1342578. OLE color: 1342578.
HSL color Cylindrical-coordinate representation of color #727C14: hue angle of 65.77º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #727C14 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 20 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.51 |
| HSL | 65.77º | 0.72% | 0.28% | - |
| HSV(B) | 65.77º | 0.84% | 0.49% | - |
| XYZ | 14.27 | 18.04 | 3.39 | - |
| YUV | 109.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 20 | 0.08 | 0 | 0.84 | 0.51 | 65.77 | 0.72 | 0.28 |
| Hex | 72 | 7C | 14 | 8 | 0 | 54 | 33 | 42 | 48 | 1C |
| Octal | 162 | 174 | 24 | 10 | 0 | 124 | 63 | 102 | 110 | 34 |
| Binary | 1110010 | 1111100 | 10100 | 1000 | 0 | 1010100 | 110011 | 1000010 | 1001000 | 11100 |
Color Harmonies of #727C14
Complementary color
Monochromatic Colors of #727C14
Black with #727C14
Text Example
Text Example
White with #727C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C14; }
p { color: rgb(114,124,20); }
H1.HeaderClassName
{
color: #727C14;
}
.AnyTagClassName
{
color: #727C14;
}
</style>
background-color css
<style>
a { background-color: #727C14; }
a { background-color: rgb(114,124,20); }
div.DivClassName
{
background-color: #727C14;
}
.BgClassName
{
background-color: #727C14;
}
</style>
border-color css
<style>
span { border-color: #727C14; }
span { border-color: rgb(114,124,20); }
td.TdClassName
{
border-color: #727C14;
}
.TagClassName
{
border-color: #727C14;
}
</style>