Shades of Trendy Green #747B2D
Tints of Trendy Green #747B2D
RGB
CMYK
RGB Variations
Color information
#747B2D (or 0x747B2D) is known color: Trendy Green. HEX triplet: 74, 7B and 2D. RGB value is (116,123,45). Sum of RGB (Red+Green+Blue) = 116+123+45=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 123 - color contains mainly: green. Hex color #747B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747B2D is #8B84D2. Grayscale: #707070. Windows color (decimal): -9143507 or 2980724. OLE color: 2980724.
HSL color Cylindrical-coordinate representation of color #747B2D: hue angle of 65.38º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #747B2D is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 45 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.52 |
| HSL | 65.38º | 0.46% | 0.33% | - |
| HSV(B) | 65.38º | 0.63% | 0.48% | - |
| XYZ | 14.76 | 18.07 | 5.19 | - |
| YUV | 112.02 | 90.18 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 45 | 0.06 | 0 | 0.63 | 0.52 | 65.38 | 0.46 | 0.33 |
| Hex | 74 | 7B | 2D | 6 | 0 | 3F | 34 | 41 | 2E | 21 |
| Octal | 164 | 173 | 55 | 6 | 0 | 77 | 64 | 101 | 56 | 41 |
| Binary | 1110100 | 1111011 | 101101 | 110 | 0 | 111111 | 110100 | 1000001 | 101110 | 100001 |
Color Harmonies of #747B2D
Complementary color
Monochromatic Colors of #747B2D
Black with #747B2D
Text Example
Text Example
White with #747B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B2D; }
p { color: rgb(116,123,45); }
H1.HeaderClassName
{
color: #747B2D;
}
.AnyTagClassName
{
color: #747B2D;
}
</style>
background-color css
<style>
a { background-color: #747B2D; }
a { background-color: rgb(116,123,45); }
div.DivClassName
{
background-color: #747B2D;
}
.BgClassName
{
background-color: #747B2D;
}
</style>
border-color css
<style>
span { border-color: #747B2D; }
span { border-color: rgb(116,123,45); }
td.TdClassName
{
border-color: #747B2D;
}
.TagClassName
{
border-color: #747B2D;
}
</style>