Shades of Trendy Green #748811
Tints of Trendy Green #748811
RGB
CMYK
RGB Variations
Color information
#748811 (or 0x748811) is known color: Trendy Green. HEX triplet: 74, 88 and 11. RGB value is (116,136,17). Sum of RGB (Red+Green+Blue) = 116+136+17=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #748811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748811 is #8B77EE. Grayscale: #747474. Windows color (decimal): -9140207 or 1149044. OLE color: 1149044.
HSL color Cylindrical-coordinate representation of color #748811: hue angle of 70.08º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #748811 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 17 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.47 |
| HSL | 70.08º | 0.78% | 0.3% | - |
| HSV(B) | 70.08º | 0.88% | 0.53% | - |
| XYZ | 16.11 | 21.36 | 3.8 | - |
| YUV | 116.45 | 71.87 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 17 | 0.15 | 0 | 0.87 | 0.47 | 70.08 | 0.78 | 0.3 |
| Hex | 74 | 88 | 11 | F | 0 | 57 | 2F | 46 | 4E | 1E |
| Octal | 164 | 210 | 21 | 17 | 0 | 127 | 57 | 106 | 116 | 36 |
| Binary | 1110100 | 10001000 | 10001 | 1111 | 0 | 1010111 | 101111 | 1000110 | 1001110 | 11110 |
Color Harmonies of #748811
Complementary color
Monochromatic Colors of #748811
Black with #748811
Text Example
Text Example
White with #748811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748811; }
p { color: rgb(116,136,17); }
H1.HeaderClassName
{
color: #748811;
}
.AnyTagClassName
{
color: #748811;
}
</style>
background-color css
<style>
a { background-color: #748811; }
a { background-color: rgb(116,136,17); }
div.DivClassName
{
background-color: #748811;
}
.BgClassName
{
background-color: #748811;
}
</style>
border-color css
<style>
span { border-color: #748811; }
span { border-color: rgb(116,136,17); }
td.TdClassName
{
border-color: #748811;
}
.TagClassName
{
border-color: #748811;
}
</style>