Shades of Trendy Green #748721
Tints of Trendy Green #748721
RGB
CMYK
RGB Variations
Color information
#748721 (or 0x748721) is known color: Trendy Green. HEX triplet: 74, 87 and 21. RGB value is (116,135,33). Sum of RGB (Red+Green+Blue) = 116+135+33=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #748721 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748721 is #8B78DE. Grayscale: #767676. Windows color (decimal): -9140447 or 2197364. OLE color: 2197364.
HSL color Cylindrical-coordinate representation of color #748721: hue angle of 71.18º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #748721 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 33 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.47 |
| HSL | 71.18º | 0.61% | 0.33% | - |
| HSV(B) | 71.18º | 0.76% | 0.53% | - |
| XYZ | 16.14 | 21.15 | 4.67 | - |
| YUV | 117.69 | 80.21 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 33 | 0.14 | 0 | 0.76 | 0.47 | 71.18 | 0.61 | 0.33 |
| Hex | 74 | 87 | 21 | E | 0 | 4C | 2F | 47 | 3D | 21 |
| Octal | 164 | 207 | 41 | 16 | 0 | 114 | 57 | 107 | 75 | 41 |
| Binary | 1110100 | 10000111 | 100001 | 1110 | 0 | 1001100 | 101111 | 1000111 | 111101 | 100001 |
Color Harmonies of #748721
Complementary color
Monochromatic Colors of #748721
Black with #748721
Text Example
Text Example
White with #748721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748721; }
p { color: rgb(116,135,33); }
H1.HeaderClassName
{
color: #748721;
}
.AnyTagClassName
{
color: #748721;
}
</style>
background-color css
<style>
a { background-color: #748721; }
a { background-color: rgb(116,135,33); }
div.DivClassName
{
background-color: #748721;
}
.BgClassName
{
background-color: #748721;
}
</style>
border-color css
<style>
span { border-color: #748721; }
span { border-color: rgb(116,135,33); }
td.TdClassName
{
border-color: #748721;
}
.TagClassName
{
border-color: #748721;
}
</style>