Shades of Trendy Green #747B22
Tints of Trendy Green #747B22
RGB
CMYK
RGB Variations
Color information
#747B22 (or 0x747B22) is known color: Trendy Green. HEX triplet: 74, 7B and 22. RGB value is (116,123,34). Sum of RGB (Red+Green+Blue) = 116+123+34=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 123 - color contains mainly: green. Hex color #747B22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747B22 is #8B84DD. Grayscale: #6F6F6F. Windows color (decimal): -9143518 or 2259828. OLE color: 2259828.
HSL color Cylindrical-coordinate representation of color #747B22: hue angle of 64.72º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #747B22 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 34 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.52 |
| HSL | 64.72º | 0.57% | 0.31% | - |
| HSV(B) | 64.72º | 0.72% | 0.48% | - |
| XYZ | 14.57 | 17.99 | 4.22 | - |
| YUV | 110.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 34 | 0.06 | 0 | 0.72 | 0.52 | 64.72 | 0.57 | 0.31 |
| Hex | 74 | 7B | 22 | 6 | 0 | 48 | 34 | 41 | 39 | 1F |
| Octal | 164 | 173 | 42 | 6 | 0 | 110 | 64 | 101 | 71 | 37 |
| Binary | 1110100 | 1111011 | 100010 | 110 | 0 | 1001000 | 110100 | 1000001 | 111001 | 11111 |
Color Harmonies of #747B22
Complementary color
Monochromatic Colors of #747B22
Black with #747B22
Text Example
Text Example
White with #747B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B22; }
p { color: rgb(116,123,34); }
H1.HeaderClassName
{
color: #747B22;
}
.AnyTagClassName
{
color: #747B22;
}
</style>
background-color css
<style>
a { background-color: #747B22; }
a { background-color: rgb(116,123,34); }
div.DivClassName
{
background-color: #747B22;
}
.BgClassName
{
background-color: #747B22;
}
</style>
border-color css
<style>
span { border-color: #747B22; }
span { border-color: rgb(116,123,34); }
td.TdClassName
{
border-color: #747B22;
}
.TagClassName
{
border-color: #747B22;
}
</style>