Shades of Trendy Green #748711
Tints of Trendy Green #748711
RGB
CMYK
RGB Variations
Color information
#748711 (or 0x748711) is known color: Trendy Green. HEX triplet: 74, 87 and 11. RGB value is (116,135,17). Sum of RGB (Red+Green+Blue) = 116+135+17=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #748711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748711 is #8B78EE. Grayscale: #747474. Windows color (decimal): -9140463 or 1148788. OLE color: 1148788.
HSL color Cylindrical-coordinate representation of color #748711: hue angle of 69.66º degrees, saturation: 0.78, 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 #748711 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 17 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.47 |
| HSL | 69.66º | 0.78% | 0.3% | - |
| HSV(B) | 69.66º | 0.87% | 0.53% | - |
| XYZ | 15.97 | 21.08 | 3.76 | - |
| YUV | 115.87 | 72.21 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 17 | 0.14 | 0 | 0.87 | 0.47 | 69.66 | 0.78 | 0.3 |
| Hex | 74 | 87 | 11 | E | 0 | 57 | 2F | 46 | 4E | 1E |
| Octal | 164 | 207 | 21 | 16 | 0 | 127 | 57 | 106 | 116 | 36 |
| Binary | 1110100 | 10000111 | 10001 | 1110 | 0 | 1010111 | 101111 | 1000110 | 1001110 | 11110 |
Color Harmonies of #748711
Complementary color
Monochromatic Colors of #748711
Black with #748711
Text Example
Text Example
White with #748711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748711; }
p { color: rgb(116,135,17); }
H1.HeaderClassName
{
color: #748711;
}
.AnyTagClassName
{
color: #748711;
}
</style>
background-color css
<style>
a { background-color: #748711; }
a { background-color: rgb(116,135,17); }
div.DivClassName
{
background-color: #748711;
}
.BgClassName
{
background-color: #748711;
}
</style>
border-color css
<style>
span { border-color: #748711; }
span { border-color: rgb(116,135,17); }
td.TdClassName
{
border-color: #748711;
}
.TagClassName
{
border-color: #748711;
}
</style>