Shades of Trendy Green #727C26
Tints of Trendy Green #727C26
RGB
CMYK
RGB Variations
Color information
#727C26 (or 0x727C26) is known color: Trendy Green. HEX triplet: 72, 7C and 26. RGB value is (114,124,38). Sum of RGB (Red+Green+Blue) = 114+124+38=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #727C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727C26 is #8D83D9. Grayscale: #6F6F6F. Windows color (decimal): -9274330 or 2522226. OLE color: 2522226.
HSL color Cylindrical-coordinate representation of color #727C26: hue angle of 66.98º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #727C26 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 38 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.51 |
| HSL | 66.98º | 0.53% | 0.32% | - |
| HSV(B) | 66.98º | 0.69% | 0.49% | - |
| XYZ | 14.5 | 18.13 | 4.57 | - |
| YUV | 111.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 38 | 0.08 | 0 | 0.69 | 0.51 | 66.98 | 0.53 | 0.32 |
| Hex | 72 | 7C | 26 | 8 | 0 | 45 | 33 | 43 | 35 | 20 |
| Octal | 162 | 174 | 46 | 10 | 0 | 105 | 63 | 103 | 65 | 40 |
| Binary | 1110010 | 1111100 | 100110 | 1000 | 0 | 1000101 | 110011 | 1000011 | 110101 | 100000 |
Color Harmonies of #727C26
Complementary color
Monochromatic Colors of #727C26
Black with #727C26
Text Example
Text Example
White with #727C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C26; }
p { color: rgb(114,124,38); }
H1.HeaderClassName
{
color: #727C26;
}
.AnyTagClassName
{
color: #727C26;
}
</style>
background-color css
<style>
a { background-color: #727C26; }
a { background-color: rgb(114,124,38); }
div.DivClassName
{
background-color: #727C26;
}
.BgClassName
{
background-color: #727C26;
}
</style>
border-color css
<style>
span { border-color: #727C26; }
span { border-color: rgb(114,124,38); }
td.TdClassName
{
border-color: #727C26;
}
.TagClassName
{
border-color: #727C26;
}
</style>