Shades of Trendy Green #727C1F
Tints of Trendy Green #727C1F
RGB
CMYK
RGB Variations
Color information
#727C1F (or 0x727C1F) is known color: Trendy Green. HEX triplet: 72, 7C and 1F. RGB value is (114,124,31). Sum of RGB (Red+Green+Blue) = 114+124+31=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #727C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727C1F is #8D83E0. Grayscale: #6E6E6E. Windows color (decimal): -9274337 or 2063474. OLE color: 2063474.
HSL color Cylindrical-coordinate representation of color #727C1F: hue angle of 66.45º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #727C1F is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 31 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.51 |
| HSL | 66.45º | 0.6% | 0.3% | - |
| HSV(B) | 66.45º | 0.75% | 0.49% | - |
| XYZ | 14.39 | 18.09 | 4.03 | - |
| YUV | 110.41 | 83.19 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 31 | 0.08 | 0 | 0.75 | 0.51 | 66.45 | 0.6 | 0.3 |
| Hex | 72 | 7C | 1F | 8 | 0 | 4B | 33 | 42 | 3C | 1E |
| Octal | 162 | 174 | 37 | 10 | 0 | 113 | 63 | 102 | 74 | 36 |
| Binary | 1110010 | 1111100 | 11111 | 1000 | 0 | 1001011 | 110011 | 1000010 | 111100 | 11110 |
Color Harmonies of #727C1F
Complementary color
Monochromatic Colors of #727C1F
Black with #727C1F
Text Example
Text Example
White with #727C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C1F; }
p { color: rgb(114,124,31); }
H1.HeaderClassName
{
color: #727C1F;
}
.AnyTagClassName
{
color: #727C1F;
}
</style>
background-color css
<style>
a { background-color: #727C1F; }
a { background-color: rgb(114,124,31); }
div.DivClassName
{
background-color: #727C1F;
}
.BgClassName
{
background-color: #727C1F;
}
</style>
border-color css
<style>
span { border-color: #727C1F; }
span { border-color: rgb(114,124,31); }
td.TdClassName
{
border-color: #727C1F;
}
.TagClassName
{
border-color: #727C1F;
}
</style>