Shades of Trendy Green #768431
Tints of Trendy Green #768431
RGB
CMYK
RGB Variations
Color information
#768431 (or 0x768431) is known color: Trendy Green. HEX triplet: 76, 84 and 31. RGB value is (118,132,49). Sum of RGB (Red+Green+Blue) = 118+132+49=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #768431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768431 is #897BCE. Grayscale: #767676. Windows color (decimal): -9010127 or 3245174. OLE color: 3245174.
HSL color Cylindrical-coordinate representation of color #768431: hue angle of 70.12º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #768431 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 132 | 49 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.48 |
| HSL | 70.12º | 0.46% | 0.35% | - |
| HSV(B) | 70.12º | 0.63% | 0.52% | - |
| XYZ | 16.28 | 20.58 | 6.02 | - |
| YUV | 118.35 | 88.86 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 49 | 0.11 | 0 | 0.63 | 0.48 | 70.12 | 0.46 | 0.35 |
| Hex | 76 | 84 | 31 | B | 0 | 3F | 30 | 46 | 2E | 23 |
| Octal | 166 | 204 | 61 | 13 | 0 | 77 | 60 | 106 | 56 | 43 |
| Binary | 1110110 | 10000100 | 110001 | 1011 | 0 | 111111 | 110000 | 1000110 | 101110 | 100011 |
Color Harmonies of #768431
Complementary color
Monochromatic Colors of #768431
Black with #768431
Text Example
Text Example
White with #768431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768431; }
p { color: rgb(118,132,49); }
H1.HeaderClassName
{
color: #768431;
}
.AnyTagClassName
{
color: #768431;
}
</style>
background-color css
<style>
a { background-color: #768431; }
a { background-color: rgb(118,132,49); }
div.DivClassName
{
background-color: #768431;
}
.BgClassName
{
background-color: #768431;
}
</style>
border-color css
<style>
span { border-color: #768431; }
span { border-color: rgb(118,132,49); }
td.TdClassName
{
border-color: #768431;
}
.TagClassName
{
border-color: #768431;
}
</style>