Shades of Trendy Green #748411
Tints of Trendy Green #748411
RGB
CMYK
RGB Variations
Color information
#748411 (or 0x748411) is known color: Trendy Green. HEX triplet: 74, 84 and 11. RGB value is (116,132,17). Sum of RGB (Red+Green+Blue) = 116+132+17=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #748411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748411 is #8B7BEE. Grayscale: #727272. Windows color (decimal): -9141231 or 1148020. OLE color: 1148020.
HSL color Cylindrical-coordinate representation of color #748411: hue angle of 68.35º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #748411 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 17 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.48 |
| HSL | 68.35º | 0.77% | 0.29% | - |
| HSV(B) | 68.35º | 0.87% | 0.52% | - |
| XYZ | 15.55 | 20.26 | 3.62 | - |
| YUV | 114.11 | 73.2 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 17 | 0.12 | 0 | 0.87 | 0.48 | 68.35 | 0.77 | 0.29 |
| Hex | 74 | 84 | 11 | C | 0 | 57 | 30 | 44 | 4D | 1D |
| Octal | 164 | 204 | 21 | 14 | 0 | 127 | 60 | 104 | 115 | 35 |
| Binary | 1110100 | 10000100 | 10001 | 1100 | 0 | 1010111 | 110000 | 1000100 | 1001101 | 11101 |
Color Harmonies of #748411
Complementary color
Monochromatic Colors of #748411
Black with #748411
Text Example
Text Example
White with #748411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748411; }
p { color: rgb(116,132,17); }
H1.HeaderClassName
{
color: #748411;
}
.AnyTagClassName
{
color: #748411;
}
</style>
background-color css
<style>
a { background-color: #748411; }
a { background-color: rgb(116,132,17); }
div.DivClassName
{
background-color: #748411;
}
.BgClassName
{
background-color: #748411;
}
</style>
border-color css
<style>
span { border-color: #748411; }
span { border-color: rgb(116,132,17); }
td.TdClassName
{
border-color: #748411;
}
.TagClassName
{
border-color: #748411;
}
</style>