Shades of Trendy Green #748611
Tints of Trendy Green #748611
RGB
CMYK
RGB Variations
Color information
#748611 (or 0x748611) is known color: Trendy Green. HEX triplet: 74, 86 and 11. RGB value is (116,134,17). Sum of RGB (Red+Green+Blue) = 116+134+17=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #748611 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748611 is #8B79EE. Grayscale: #737373. Windows color (decimal): -9140719 or 1148532. OLE color: 1148532.
HSL color Cylindrical-coordinate representation of color #748611: hue angle of 69.23º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #748611 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 134 | 17 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.47 |
| HSL | 69.23º | 0.77% | 0.3% | - |
| HSV(B) | 69.23º | 0.87% | 0.53% | - |
| XYZ | 15.83 | 20.8 | 3.71 | - |
| YUV | 115.28 | 72.54 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 17 | 0.13 | 0 | 0.87 | 0.47 | 69.23 | 0.77 | 0.3 |
| Hex | 74 | 86 | 11 | D | 0 | 57 | 2F | 45 | 4D | 1E |
| Octal | 164 | 206 | 21 | 15 | 0 | 127 | 57 | 105 | 115 | 36 |
| Binary | 1110100 | 10000110 | 10001 | 1101 | 0 | 1010111 | 101111 | 1000101 | 1001101 | 11110 |
Color Harmonies of #748611
Complementary color
Monochromatic Colors of #748611
Black with #748611
Text Example
Text Example
White with #748611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748611; }
p { color: rgb(116,134,17); }
H1.HeaderClassName
{
color: #748611;
}
.AnyTagClassName
{
color: #748611;
}
</style>
background-color css
<style>
a { background-color: #748611; }
a { background-color: rgb(116,134,17); }
div.DivClassName
{
background-color: #748611;
}
.BgClassName
{
background-color: #748611;
}
</style>
border-color css
<style>
span { border-color: #748611; }
span { border-color: rgb(116,134,17); }
td.TdClassName
{
border-color: #748611;
}
.TagClassName
{
border-color: #748611;
}
</style>