Shades of Trendy Green #747C27
Tints of Trendy Green #747C27
RGB
CMYK
RGB Variations
Color information
#747C27 (or 0x747C27) is known color: Trendy Green. HEX triplet: 74, 7C and 27. RGB value is (116,124,39). Sum of RGB (Red+Green+Blue) = 116+124+39=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #747C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747C27 is #8B83D8. Grayscale: #707070. Windows color (decimal): -9143257 or 2587764. OLE color: 2587764.
HSL color Cylindrical-coordinate representation of color #747C27: hue angle of 65.65º degrees, saturation: 0.52, 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 #747C27 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 39 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.51 |
| HSL | 65.65º | 0.52% | 0.32% | - |
| HSV(B) | 65.65º | 0.69% | 0.49% | - |
| XYZ | 14.78 | 18.27 | 4.67 | - |
| YUV | 111.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 39 | 0.06 | 0 | 0.69 | 0.51 | 65.65 | 0.52 | 0.32 |
| Hex | 74 | 7C | 27 | 6 | 0 | 45 | 33 | 42 | 34 | 20 |
| Octal | 164 | 174 | 47 | 6 | 0 | 105 | 63 | 102 | 64 | 40 |
| Binary | 1110100 | 1111100 | 100111 | 110 | 0 | 1000101 | 110011 | 1000010 | 110100 | 100000 |
Color Harmonies of #747C27
Complementary color
Monochromatic Colors of #747C27
Black with #747C27
Text Example
Text Example
White with #747C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C27; }
p { color: rgb(116,124,39); }
H1.HeaderClassName
{
color: #747C27;
}
.AnyTagClassName
{
color: #747C27;
}
</style>
background-color css
<style>
a { background-color: #747C27; }
a { background-color: rgb(116,124,39); }
div.DivClassName
{
background-color: #747C27;
}
.BgClassName
{
background-color: #747C27;
}
</style>
border-color css
<style>
span { border-color: #747C27; }
span { border-color: rgb(116,124,39); }
td.TdClassName
{
border-color: #747C27;
}
.TagClassName
{
border-color: #747C27;
}
</style>