Shades of Trendy Green #747A13
Tints of Trendy Green #747A13
RGB
CMYK
RGB Variations
Color information
#747A13 (or 0x747A13) is known color: Trendy Green. HEX triplet: 74, 7A and 13. RGB value is (116,122,19). Sum of RGB (Red+Green+Blue) = 116+122+19=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #747A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747A13 is #8B85EC. Grayscale: #6C6C6C. Windows color (decimal): -9143789 or 1276532. OLE color: 1276532.
HSL color Cylindrical-coordinate representation of color #747A13: hue angle of 63.5º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #747A13 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 19 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.52 |
| HSL | 63.5º | 0.73% | 0.28% | - |
| HSV(B) | 63.5º | 0.84% | 0.48% | - |
| XYZ | 14.28 | 17.68 | 3.28 | - |
| YUV | 108.46 | 77.51 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 19 | 0.05 | 0 | 0.84 | 0.52 | 63.5 | 0.73 | 0.28 |
| Hex | 74 | 7A | 13 | 5 | 0 | 54 | 34 | 3F | 49 | 1C |
| Octal | 164 | 172 | 23 | 5 | 0 | 124 | 64 | 77 | 111 | 34 |
| Binary | 1110100 | 1111010 | 10011 | 101 | 0 | 1010100 | 110100 | 111111 | 1001001 | 11100 |
Color Harmonies of #747A13
Complementary color
Monochromatic Colors of #747A13
Black with #747A13
Text Example
Text Example
White with #747A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A13; }
p { color: rgb(116,122,19); }
H1.HeaderClassName
{
color: #747A13;
}
.AnyTagClassName
{
color: #747A13;
}
</style>
background-color css
<style>
a { background-color: #747A13; }
a { background-color: rgb(116,122,19); }
div.DivClassName
{
background-color: #747A13;
}
.BgClassName
{
background-color: #747A13;
}
</style>
border-color css
<style>
span { border-color: #747A13; }
span { border-color: rgb(116,122,19); }
td.TdClassName
{
border-color: #747A13;
}
.TagClassName
{
border-color: #747A13;
}
</style>