Shades of Trendy Green #747C25
Tints of Trendy Green #747C25
RGB
CMYK
RGB Variations
Color information
#747C25 (or 0x747C25) is known color: Trendy Green. HEX triplet: 74, 7C and 25. RGB value is (116,124,37). Sum of RGB (Red+Green+Blue) = 116+124+37=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #747C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747C25 is #8B83DA. Grayscale: #707070. Windows color (decimal): -9143259 or 2456692. OLE color: 2456692.
HSL color Cylindrical-coordinate representation of color #747C25: hue angle of 65.52º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #747C25 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 37 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.51 |
| HSL | 65.52º | 0.54% | 0.32% | - |
| HSV(B) | 65.52º | 0.7% | 0.49% | - |
| XYZ | 14.74 | 18.26 | 4.5 | - |
| YUV | 111.69 | 85.85 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 37 | 0.06 | 0 | 0.70 | 0.51 | 65.52 | 0.54 | 0.32 |
| Hex | 74 | 7C | 25 | 6 | 0 | 46 | 33 | 42 | 36 | 20 |
| Octal | 164 | 174 | 45 | 6 | 0 | 106 | 63 | 102 | 66 | 40 |
| Binary | 1110100 | 1111100 | 100101 | 110 | 0 | 1000110 | 110011 | 1000010 | 110110 | 100000 |
Color Harmonies of #747C25
Complementary color
Monochromatic Colors of #747C25
Black with #747C25
Text Example
Text Example
White with #747C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C25; }
p { color: rgb(116,124,37); }
H1.HeaderClassName
{
color: #747C25;
}
.AnyTagClassName
{
color: #747C25;
}
</style>
background-color css
<style>
a { background-color: #747C25; }
a { background-color: rgb(116,124,37); }
div.DivClassName
{
background-color: #747C25;
}
.BgClassName
{
background-color: #747C25;
}
</style>
border-color css
<style>
span { border-color: #747C25; }
span { border-color: rgb(116,124,37); }
td.TdClassName
{
border-color: #747C25;
}
.TagClassName
{
border-color: #747C25;
}
</style>