Shades of Trendy Green #748715
Tints of Trendy Green #748715
RGB
CMYK
RGB Variations
Color information
#748715 (or 0x748715) is known color: Trendy Green. HEX triplet: 74, 87 and 15. RGB value is (116,135,21). Sum of RGB (Red+Green+Blue) = 116+135+21=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #748715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748715 is #8B78EA. Grayscale: #747474. Windows color (decimal): -9140459 or 1410932. OLE color: 1410932.
HSL color Cylindrical-coordinate representation of color #748715: hue angle of 70º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #748715 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 21 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.47 |
| HSL | 70º | 0.73% | 0.31% | - |
| HSV(B) | 70º | 0.84% | 0.53% | - |
| XYZ | 16 | 21.1 | 3.94 | - |
| YUV | 116.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 21 | 0.14 | 0 | 0.84 | 0.47 | 70 | 0.73 | 0.31 |
| Hex | 74 | 87 | 15 | E | 0 | 54 | 2F | 46 | 49 | 1F |
| Octal | 164 | 207 | 25 | 16 | 0 | 124 | 57 | 106 | 111 | 37 |
| Binary | 1110100 | 10000111 | 10101 | 1110 | 0 | 1010100 | 101111 | 1000110 | 1001001 | 11111 |
Color Harmonies of #748715
Complementary color
Monochromatic Colors of #748715
Black with #748715
Text Example
Text Example
White with #748715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748715; }
p { color: rgb(116,135,21); }
H1.HeaderClassName
{
color: #748715;
}
.AnyTagClassName
{
color: #748715;
}
</style>
background-color css
<style>
a { background-color: #748715; }
a { background-color: rgb(116,135,21); }
div.DivClassName
{
background-color: #748715;
}
.BgClassName
{
background-color: #748715;
}
</style>
border-color css
<style>
span { border-color: #748715; }
span { border-color: rgb(116,135,21); }
td.TdClassName
{
border-color: #748715;
}
.TagClassName
{
border-color: #748715;
}
</style>