Shades of Trendy Green #727E2C
Tints of Trendy Green #727E2C
RGB
CMYK
RGB Variations
Color information
#727E2C (or 0x727E2C) is known color: Trendy Green. HEX triplet: 72, 7E and 2C. RGB value is (114,126,44). Sum of RGB (Red+Green+Blue) = 114+126+44=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 126 - color contains mainly: green. Hex color #727E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727E2C is #8D81D3. Grayscale: #717171. Windows color (decimal): -9273812 or 2915954. OLE color: 2915954.
HSL color Cylindrical-coordinate representation of color #727E2C: hue angle of 68.78º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #727E2C is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 126 | 44 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.51 |
| HSL | 68.78º | 0.48% | 0.33% | - |
| HSV(B) | 68.78º | 0.65% | 0.49% | - |
| XYZ | 14.85 | 18.68 | 5.21 | - |
| YUV | 113.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 126 | 44 | 0.10 | 0 | 0.65 | 0.51 | 68.78 | 0.48 | 0.33 |
| Hex | 72 | 7E | 2C | A | 0 | 41 | 33 | 45 | 30 | 21 |
| Octal | 162 | 176 | 54 | 12 | 0 | 101 | 63 | 105 | 60 | 41 |
| Binary | 1110010 | 1111110 | 101100 | 1010 | 0 | 1000001 | 110011 | 1000101 | 110000 | 100001 |
Color Harmonies of #727E2C
Complementary color
Monochromatic Colors of #727E2C
Black with #727E2C
Text Example
Text Example
White with #727E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727E2C; }
p { color: rgb(114,126,44); }
H1.HeaderClassName
{
color: #727E2C;
}
.AnyTagClassName
{
color: #727E2C;
}
</style>
background-color css
<style>
a { background-color: #727E2C; }
a { background-color: rgb(114,126,44); }
div.DivClassName
{
background-color: #727E2C;
}
.BgClassName
{
background-color: #727E2C;
}
</style>
border-color css
<style>
span { border-color: #727E2C; }
span { border-color: rgb(114,126,44); }
td.TdClassName
{
border-color: #727E2C;
}
.TagClassName
{
border-color: #727E2C;
}
</style>