Shades of Trendy Green #748627
Tints of Trendy Green #748627
RGB
CMYK
RGB Variations
Color information
#748627 (or 0x748627) is known color: Trendy Green. HEX triplet: 74, 86 and 27. RGB value is (116,134,39). Sum of RGB (Red+Green+Blue) = 116+134+39=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #748627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748627 is #8B79D8. Grayscale: #767676. Windows color (decimal): -9140697 or 2590324. OLE color: 2590324.
HSL color Cylindrical-coordinate representation of color #748627: hue angle of 71.37º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #748627 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 134 | 39 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.47 |
| HSL | 71.37º | 0.55% | 0.34% | - |
| HSV(B) | 71.37º | 0.71% | 0.53% | - |
| XYZ | 16.09 | 20.91 | 5.11 | - |
| YUV | 117.79 | 83.54 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 39 | 0.13 | 0 | 0.71 | 0.47 | 71.37 | 0.55 | 0.34 |
| Hex | 74 | 86 | 27 | D | 0 | 47 | 2F | 47 | 37 | 22 |
| Octal | 164 | 206 | 47 | 15 | 0 | 107 | 57 | 107 | 67 | 42 |
| Binary | 1110100 | 10000110 | 100111 | 1101 | 0 | 1000111 | 101111 | 1000111 | 110111 | 100010 |
Color Harmonies of #748627
Complementary color
Monochromatic Colors of #748627
Black with #748627
Text Example
Text Example
White with #748627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748627; }
p { color: rgb(116,134,39); }
H1.HeaderClassName
{
color: #748627;
}
.AnyTagClassName
{
color: #748627;
}
</style>
background-color css
<style>
a { background-color: #748627; }
a { background-color: rgb(116,134,39); }
div.DivClassName
{
background-color: #748627;
}
.BgClassName
{
background-color: #748627;
}
</style>
border-color css
<style>
span { border-color: #748627; }
span { border-color: rgb(116,134,39); }
td.TdClassName
{
border-color: #748627;
}
.TagClassName
{
border-color: #748627;
}
</style>