Shades of Trendy Green #727E1C
Tints of Trendy Green #727E1C
RGB
CMYK
RGB Variations
Color information
#727E1C (or 0x727E1C) is known color: Trendy Green. HEX triplet: 72, 7E and 1C. RGB value is (114,126,28). Sum of RGB (Red+Green+Blue) = 114+126+28=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 126 - color contains mainly: green. Hex color #727E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727E1C is #8D81E3. Grayscale: #6F6F6F. Windows color (decimal): -9273828 or 1867378. OLE color: 1867378.
HSL color Cylindrical-coordinate representation of color #727E1C: hue angle of 67.35º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #727E1C is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 126 | 28 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.51 |
| HSL | 67.35º | 0.64% | 0.3% | - |
| HSV(B) | 67.35º | 0.78% | 0.49% | - |
| XYZ | 14.61 | 18.58 | 3.92 | - |
| YUV | 111.24 | 81.02 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 126 | 28 | 0.10 | 0 | 0.78 | 0.51 | 67.35 | 0.64 | 0.3 |
| Hex | 72 | 7E | 1C | A | 0 | 4E | 33 | 43 | 40 | 1E |
| Octal | 162 | 176 | 34 | 12 | 0 | 116 | 63 | 103 | 100 | 36 |
| Binary | 1110010 | 1111110 | 11100 | 1010 | 0 | 1001110 | 110011 | 1000011 | 1000000 | 11110 |
Color Harmonies of #727E1C
Complementary color
Monochromatic Colors of #727E1C
Black with #727E1C
Text Example
Text Example
White with #727E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727E1C; }
p { color: rgb(114,126,28); }
H1.HeaderClassName
{
color: #727E1C;
}
.AnyTagClassName
{
color: #727E1C;
}
</style>
background-color css
<style>
a { background-color: #727E1C; }
a { background-color: rgb(114,126,28); }
div.DivClassName
{
background-color: #727E1C;
}
.BgClassName
{
background-color: #727E1C;
}
</style>
border-color css
<style>
span { border-color: #727E1C; }
span { border-color: rgb(114,126,28); }
td.TdClassName
{
border-color: #727E1C;
}
.TagClassName
{
border-color: #727E1C;
}
</style>