Shades of Trendy Green #748624
Tints of Trendy Green #748624
RGB
CMYK
RGB Variations
Color information
#748624 (or 0x748624) is known color: Trendy Green. HEX triplet: 74, 86 and 24. RGB value is (116,134,36). Sum of RGB (Red+Green+Blue) = 116+134+36=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #748624 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748624 is #8B79DB. Grayscale: #757575. Windows color (decimal): -9140700 or 2393716. OLE color: 2393716.
HSL color Cylindrical-coordinate representation of color #748624: hue angle of 71.02º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #748624 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 134 | 36 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.47 |
| HSL | 71.02º | 0.58% | 0.33% | - |
| HSV(B) | 71.02º | 0.73% | 0.53% | - |
| XYZ | 16.05 | 20.89 | 4.86 | - |
| YUV | 117.45 | 82.04 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 36 | 0.13 | 0 | 0.73 | 0.47 | 71.02 | 0.58 | 0.33 |
| Hex | 74 | 86 | 24 | D | 0 | 49 | 2F | 47 | 3A | 21 |
| Octal | 164 | 206 | 44 | 15 | 0 | 111 | 57 | 107 | 72 | 41 |
| Binary | 1110100 | 10000110 | 100100 | 1101 | 0 | 1001001 | 101111 | 1000111 | 111010 | 100001 |
Color Harmonies of #748624
Complementary color
Monochromatic Colors of #748624
Black with #748624
Text Example
Text Example
White with #748624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748624; }
p { color: rgb(116,134,36); }
H1.HeaderClassName
{
color: #748624;
}
.AnyTagClassName
{
color: #748624;
}
</style>
background-color css
<style>
a { background-color: #748624; }
a { background-color: rgb(116,134,36); }
div.DivClassName
{
background-color: #748624;
}
.BgClassName
{
background-color: #748624;
}
</style>
border-color css
<style>
span { border-color: #748624; }
span { border-color: rgb(116,134,36); }
td.TdClassName
{
border-color: #748624;
}
.TagClassName
{
border-color: #748624;
}
</style>