Shades of Trendy Green #748916
Tints of Trendy Green #748916
RGB
CMYK
RGB Variations
Color information
#748916 (or 0x748916) is known color: Trendy Green. HEX triplet: 74, 89 and 16. RGB value is (116,137,22). Sum of RGB (Red+Green+Blue) = 116+137+22=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #748916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748916 is #8B76E9. Grayscale: #767676. Windows color (decimal): -9139946 or 1476980. OLE color: 1476980.
HSL color Cylindrical-coordinate representation of color #748916: hue angle of 70.96º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #748916 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 137 | 22 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.46 |
| HSL | 70.96º | 0.72% | 0.31% | - |
| HSV(B) | 70.96º | 0.84% | 0.54% | - |
| XYZ | 16.29 | 21.66 | 4.08 | - |
| YUV | 117.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 22 | 0.15 | 0 | 0.84 | 0.46 | 70.96 | 0.72 | 0.31 |
| Hex | 74 | 89 | 16 | F | 0 | 54 | 2E | 47 | 48 | 1F |
| Octal | 164 | 211 | 26 | 17 | 0 | 124 | 56 | 107 | 110 | 37 |
| Binary | 1110100 | 10001001 | 10110 | 1111 | 0 | 1010100 | 101110 | 1000111 | 1001000 | 11111 |
Color Harmonies of #748916
Complementary color
Monochromatic Colors of #748916
Black with #748916
Text Example
Text Example
White with #748916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748916; }
p { color: rgb(116,137,22); }
H1.HeaderClassName
{
color: #748916;
}
.AnyTagClassName
{
color: #748916;
}
</style>
background-color css
<style>
a { background-color: #748916; }
a { background-color: rgb(116,137,22); }
div.DivClassName
{
background-color: #748916;
}
.BgClassName
{
background-color: #748916;
}
</style>
border-color css
<style>
span { border-color: #748916; }
span { border-color: rgb(116,137,22); }
td.TdClassName
{
border-color: #748916;
}
.TagClassName
{
border-color: #748916;
}
</style>