Shades of Trendy Green #747A1F
Tints of Trendy Green #747A1F
RGB
CMYK
RGB Variations
Color information
#747A1F (or 0x747A1F) is known color: Trendy Green. HEX triplet: 74, 7A and 1F. RGB value is (116,122,31). Sum of RGB (Red+Green+Blue) = 116+122+31=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 122 - color contains mainly: green. Hex color #747A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747A1F is #8B85E0. Grayscale: #6E6E6E. Windows color (decimal): -9143777 or 2062964. OLE color: 2062964.
HSL color Cylindrical-coordinate representation of color #747A1F: hue angle of 63.96º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #747A1F is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 31 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.52 |
| HSL | 63.96º | 0.59% | 0.3% | - |
| HSV(B) | 63.96º | 0.75% | 0.48% | - |
| XYZ | 14.41 | 17.73 | 3.96 | - |
| YUV | 109.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 31 | 0.05 | 0 | 0.75 | 0.52 | 63.96 | 0.59 | 0.3 |
| Hex | 74 | 7A | 1F | 5 | 0 | 4B | 34 | 40 | 3B | 1E |
| Octal | 164 | 172 | 37 | 5 | 0 | 113 | 64 | 100 | 73 | 36 |
| Binary | 1110100 | 1111010 | 11111 | 101 | 0 | 1001011 | 110100 | 1000000 | 111011 | 11110 |
Color Harmonies of #747A1F
Complementary color
Monochromatic Colors of #747A1F
Black with #747A1F
Text Example
Text Example
White with #747A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A1F; }
p { color: rgb(116,122,31); }
H1.HeaderClassName
{
color: #747A1F;
}
.AnyTagClassName
{
color: #747A1F;
}
</style>
background-color css
<style>
a { background-color: #747A1F; }
a { background-color: rgb(116,122,31); }
div.DivClassName
{
background-color: #747A1F;
}
.BgClassName
{
background-color: #747A1F;
}
</style>
border-color css
<style>
span { border-color: #747A1F; }
span { border-color: rgb(116,122,31); }
td.TdClassName
{
border-color: #747A1F;
}
.TagClassName
{
border-color: #747A1F;
}
</style>