Shades of Trendy Green #748521
Tints of Trendy Green #748521
RGB
CMYK
RGB Variations
Color information
#748521 (or 0x748521) is known color: Trendy Green. HEX triplet: 74, 85 and 21. RGB value is (116,133,33). Sum of RGB (Red+Green+Blue) = 116+133+33=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #748521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748521 is #8B7ADE. Grayscale: #747474. Windows color (decimal): -9140959 or 2196852. OLE color: 2196852.
HSL color Cylindrical-coordinate representation of color #748521: hue angle of 70.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #748521 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 33 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.48 |
| HSL | 70.2º | 0.6% | 0.33% | - |
| HSV(B) | 70.2º | 0.75% | 0.52% | - |
| XYZ | 15.86 | 20.6 | 4.58 | - |
| YUV | 116.52 | 80.87 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 33 | 0.13 | 0 | 0.75 | 0.48 | 70.2 | 0.6 | 0.33 |
| Hex | 74 | 85 | 21 | D | 0 | 4B | 30 | 46 | 3C | 21 |
| Octal | 164 | 205 | 41 | 15 | 0 | 113 | 60 | 106 | 74 | 41 |
| Binary | 1110100 | 10000101 | 100001 | 1101 | 0 | 1001011 | 110000 | 1000110 | 111100 | 100001 |
Color Harmonies of #748521
Complementary color
Monochromatic Colors of #748521
Black with #748521
Text Example
Text Example
White with #748521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748521; }
p { color: rgb(116,133,33); }
H1.HeaderClassName
{
color: #748521;
}
.AnyTagClassName
{
color: #748521;
}
</style>
background-color css
<style>
a { background-color: #748521; }
a { background-color: rgb(116,133,33); }
div.DivClassName
{
background-color: #748521;
}
.BgClassName
{
background-color: #748521;
}
</style>
border-color css
<style>
span { border-color: #748521; }
span { border-color: rgb(116,133,33); }
td.TdClassName
{
border-color: #748521;
}
.TagClassName
{
border-color: #748521;
}
</style>