Shades of Trendy Green #768921
Tints of Trendy Green #768921
RGB
CMYK
RGB Variations
Color information
#768921 (or 0x768921) is known color: Trendy Green. HEX triplet: 76, 89 and 21. RGB value is (118,137,33). Sum of RGB (Red+Green+Blue) = 118+137+33=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #768921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768921 is #8976DE. Grayscale: #777777. Windows color (decimal): -9008863 or 2197878. OLE color: 2197878.
HSL color Cylindrical-coordinate representation of color #768921: hue angle of 70.96º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #768921 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 137 | 33 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.46 |
| HSL | 70.96º | 0.61% | 0.33% | - |
| HSV(B) | 70.96º | 0.76% | 0.54% | - |
| XYZ | 16.69 | 21.85 | 4.78 | - |
| YUV | 119.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 33 | 0.14 | 0 | 0.76 | 0.46 | 70.96 | 0.61 | 0.33 |
| Hex | 76 | 89 | 21 | E | 0 | 4C | 2E | 47 | 3D | 21 |
| Octal | 166 | 211 | 41 | 16 | 0 | 114 | 56 | 107 | 75 | 41 |
| Binary | 1110110 | 10001001 | 100001 | 1110 | 0 | 1001100 | 101110 | 1000111 | 111101 | 100001 |
Color Harmonies of #768921
Complementary color
Monochromatic Colors of #768921
Black with #768921
Text Example
Text Example
White with #768921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768921; }
p { color: rgb(118,137,33); }
H1.HeaderClassName
{
color: #768921;
}
.AnyTagClassName
{
color: #768921;
}
</style>
background-color css
<style>
a { background-color: #768921; }
a { background-color: rgb(118,137,33); }
div.DivClassName
{
background-color: #768921;
}
.BgClassName
{
background-color: #768921;
}
</style>
border-color css
<style>
span { border-color: #768921; }
span { border-color: rgb(118,137,33); }
td.TdClassName
{
border-color: #768921;
}
.TagClassName
{
border-color: #768921;
}
</style>