Shades of Trendy Green #727C1E
Tints of Trendy Green #727C1E
RGB
CMYK
RGB Variations
Color information
#727C1E (or 0x727C1E) is known color: Trendy Green. HEX triplet: 72, 7C and 1E. RGB value is (114,124,30). Sum of RGB (Red+Green+Blue) = 114+124+30=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #727C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727C1E is #8D83E1. Grayscale: #6E6E6E. Windows color (decimal): -9274338 or 1997938. OLE color: 1997938.
HSL color Cylindrical-coordinate representation of color #727C1E: hue angle of 66.38º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #727C1E is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 30 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.51 |
| HSL | 66.38º | 0.61% | 0.3% | - |
| HSV(B) | 66.38º | 0.76% | 0.49% | - |
| XYZ | 14.38 | 18.09 | 3.96 | - |
| YUV | 110.29 | 82.69 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 30 | 0.08 | 0 | 0.76 | 0.51 | 66.38 | 0.61 | 0.3 |
| Hex | 72 | 7C | 1E | 8 | 0 | 4C | 33 | 42 | 3D | 1E |
| Octal | 162 | 174 | 36 | 10 | 0 | 114 | 63 | 102 | 75 | 36 |
| Binary | 1110010 | 1111100 | 11110 | 1000 | 0 | 1001100 | 110011 | 1000010 | 111101 | 11110 |
Color Harmonies of #727C1E
Complementary color
Monochromatic Colors of #727C1E
Black with #727C1E
Text Example
Text Example
White with #727C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C1E; }
p { color: rgb(114,124,30); }
H1.HeaderClassName
{
color: #727C1E;
}
.AnyTagClassName
{
color: #727C1E;
}
</style>
background-color css
<style>
a { background-color: #727C1E; }
a { background-color: rgb(114,124,30); }
div.DivClassName
{
background-color: #727C1E;
}
.BgClassName
{
background-color: #727C1E;
}
</style>
border-color css
<style>
span { border-color: #727C1E; }
span { border-color: rgb(114,124,30); }
td.TdClassName
{
border-color: #727C1E;
}
.TagClassName
{
border-color: #727C1E;
}
</style>