Shades of Trendy Green #748511
Tints of Trendy Green #748511
RGB
CMYK
RGB Variations
Color information
#748511 (or 0x748511) is known color: Trendy Green. HEX triplet: 74, 85 and 11. RGB value is (116,133,17). Sum of RGB (Red+Green+Blue) = 116+133+17=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #748511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748511 is #8B7AEE. Grayscale: #737373. Windows color (decimal): -9140975 or 1148276. OLE color: 1148276.
HSL color Cylindrical-coordinate representation of color #748511: hue angle of 68.79º 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 #748511 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 17 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.48 |
| HSL | 68.79º | 0.77% | 0.29% | - |
| HSV(B) | 68.79º | 0.87% | 0.52% | - |
| XYZ | 15.69 | 20.53 | 3.67 | - |
| YUV | 114.69 | 72.87 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 17 | 0.13 | 0 | 0.87 | 0.48 | 68.79 | 0.77 | 0.29 |
| Hex | 74 | 85 | 11 | D | 0 | 57 | 30 | 45 | 4D | 1D |
| Octal | 164 | 205 | 21 | 15 | 0 | 127 | 60 | 105 | 115 | 35 |
| Binary | 1110100 | 10000101 | 10001 | 1101 | 0 | 1010111 | 110000 | 1000101 | 1001101 | 11101 |
Color Harmonies of #748511
Complementary color
Monochromatic Colors of #748511
Black with #748511
Text Example
Text Example
White with #748511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748511; }
p { color: rgb(116,133,17); }
H1.HeaderClassName
{
color: #748511;
}
.AnyTagClassName
{
color: #748511;
}
</style>
background-color css
<style>
a { background-color: #748511; }
a { background-color: rgb(116,133,17); }
div.DivClassName
{
background-color: #748511;
}
.BgClassName
{
background-color: #748511;
}
</style>
border-color css
<style>
span { border-color: #748511; }
span { border-color: rgb(116,133,17); }
td.TdClassName
{
border-color: #748511;
}
.TagClassName
{
border-color: #748511;
}
</style>