Shades of Trendy Green #748722
Tints of Trendy Green #748722
RGB
CMYK
RGB Variations
Color information
#748722 (or 0x748722) is known color: Trendy Green. HEX triplet: 74, 87 and 22. RGB value is (116,135,34). Sum of RGB (Red+Green+Blue) = 116+135+34=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #748722 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748722 is #8B78DD. Grayscale: #767676. Windows color (decimal): -9140446 or 2262900. OLE color: 2262900.
HSL color Cylindrical-coordinate representation of color #748722: hue angle of 71.29º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #748722 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 34 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.47 |
| HSL | 71.29º | 0.6% | 0.33% | - |
| HSV(B) | 71.29º | 0.75% | 0.53% | - |
| XYZ | 16.16 | 21.16 | 4.75 | - |
| YUV | 117.81 | 80.71 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 34 | 0.14 | 0 | 0.75 | 0.47 | 71.29 | 0.6 | 0.33 |
| Hex | 74 | 87 | 22 | E | 0 | 4B | 2F | 47 | 3C | 21 |
| Octal | 164 | 207 | 42 | 16 | 0 | 113 | 57 | 107 | 74 | 41 |
| Binary | 1110100 | 10000111 | 100010 | 1110 | 0 | 1001011 | 101111 | 1000111 | 111100 | 100001 |
Color Harmonies of #748722
Complementary color
Monochromatic Colors of #748722
Black with #748722
Text Example
Text Example
White with #748722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748722; }
p { color: rgb(116,135,34); }
H1.HeaderClassName
{
color: #748722;
}
.AnyTagClassName
{
color: #748722;
}
</style>
background-color css
<style>
a { background-color: #748722; }
a { background-color: rgb(116,135,34); }
div.DivClassName
{
background-color: #748722;
}
.BgClassName
{
background-color: #748722;
}
</style>
border-color css
<style>
span { border-color: #748722; }
span { border-color: rgb(116,135,34); }
td.TdClassName
{
border-color: #748722;
}
.TagClassName
{
border-color: #748722;
}
</style>