Shades of Trendy Green #747B30
Tints of Trendy Green #747B30
RGB
CMYK
RGB Variations
Color information
#747B30 (or 0x747B30) is known color: Trendy Green. HEX triplet: 74, 7B and 30. RGB value is (116,123,48). Sum of RGB (Red+Green+Blue) = 116+123+48=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 123 - color contains mainly: green. Hex color #747B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747B30 is #8B84CF. Grayscale: #707070. Windows color (decimal): -9143504 or 3177332. OLE color: 3177332.
HSL color Cylindrical-coordinate representation of color #747B30: hue angle of 65.6º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #747B30 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 48 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.52 |
| HSL | 65.6º | 0.44% | 0.34% | - |
| HSV(B) | 65.6º | 0.61% | 0.48% | - |
| XYZ | 14.82 | 18.09 | 5.51 | - |
| YUV | 112.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 48 | 0.06 | 0 | 0.61 | 0.52 | 65.6 | 0.44 | 0.34 |
| Hex | 74 | 7B | 30 | 6 | 0 | 3D | 34 | 42 | 2C | 22 |
| Octal | 164 | 173 | 60 | 6 | 0 | 75 | 64 | 102 | 54 | 42 |
| Binary | 1110100 | 1111011 | 110000 | 110 | 0 | 111101 | 110100 | 1000010 | 101100 | 100010 |
Color Harmonies of #747B30
Complementary color
Monochromatic Colors of #747B30
Black with #747B30
Text Example
Text Example
White with #747B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B30; }
p { color: rgb(116,123,48); }
H1.HeaderClassName
{
color: #747B30;
}
.AnyTagClassName
{
color: #747B30;
}
</style>
background-color css
<style>
a { background-color: #747B30; }
a { background-color: rgb(116,123,48); }
div.DivClassName
{
background-color: #747B30;
}
.BgClassName
{
background-color: #747B30;
}
</style>
border-color css
<style>
span { border-color: #747B30; }
span { border-color: rgb(116,123,48); }
td.TdClassName
{
border-color: #747B30;
}
.TagClassName
{
border-color: #747B30;
}
</style>