Shades of Trendy Green #748631
Tints of Trendy Green #748631
RGB
CMYK
RGB Variations
Color information
#748631 (or 0x748631) is known color: Trendy Green. HEX triplet: 74, 86 and 31. RGB value is (116,134,49). Sum of RGB (Red+Green+Blue) = 116+134+49=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #748631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748631 is #8B79CE. Grayscale: #777777. Windows color (decimal): -9140687 or 3245684. OLE color: 3245684.
HSL color Cylindrical-coordinate representation of color #748631: hue angle of 72.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #748631 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 134 | 49 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.47 |
| HSL | 72.71º | 0.46% | 0.36% | - |
| HSV(B) | 72.71º | 0.63% | 0.53% | - |
| XYZ | 16.28 | 20.98 | 6.1 | - |
| YUV | 118.93 | 88.54 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 49 | 0.13 | 0 | 0.63 | 0.47 | 72.71 | 0.46 | 0.36 |
| Hex | 74 | 86 | 31 | D | 0 | 3F | 2F | 49 | 2E | 24 |
| Octal | 164 | 206 | 61 | 15 | 0 | 77 | 57 | 111 | 56 | 44 |
| Binary | 1110100 | 10000110 | 110001 | 1101 | 0 | 111111 | 101111 | 1001001 | 101110 | 100100 |
Color Harmonies of #748631
Complementary color
Monochromatic Colors of #748631
Black with #748631
Text Example
Text Example
White with #748631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748631; }
p { color: rgb(116,134,49); }
H1.HeaderClassName
{
color: #748631;
}
.AnyTagClassName
{
color: #748631;
}
</style>
background-color css
<style>
a { background-color: #748631; }
a { background-color: rgb(116,134,49); }
div.DivClassName
{
background-color: #748631;
}
.BgClassName
{
background-color: #748631;
}
</style>
border-color css
<style>
span { border-color: #748631; }
span { border-color: rgb(116,134,49); }
td.TdClassName
{
border-color: #748631;
}
.TagClassName
{
border-color: #748631;
}
</style>