Shades of Trendy Green #768121
Tints of Trendy Green #768121
RGB
CMYK
RGB Variations
Color information
#768121 (or 0x768121) is known color: Trendy Green. HEX triplet: 76, 81 and 21. RGB value is (118,129,33). Sum of RGB (Red+Green+Blue) = 118+129+33=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #768121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768121 is #897EDE. Grayscale: #737373. Windows color (decimal): -9010911 or 2195830. OLE color: 2195830.
HSL color Cylindrical-coordinate representation of color #768121: hue angle of 66.87º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #768121 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 33 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.49 |
| HSL | 66.87º | 0.59% | 0.32% | - |
| HSV(B) | 66.87º | 0.74% | 0.51% | - |
| XYZ | 15.6 | 19.66 | 4.41 | - |
| YUV | 114.77 | 81.86 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 33 | 0.09 | 0 | 0.74 | 0.49 | 66.87 | 0.59 | 0.32 |
| Hex | 76 | 81 | 21 | 9 | 0 | 4A | 31 | 43 | 3B | 20 |
| Octal | 166 | 201 | 41 | 11 | 0 | 112 | 61 | 103 | 73 | 40 |
| Binary | 1110110 | 10000001 | 100001 | 1001 | 0 | 1001010 | 110001 | 1000011 | 111011 | 100000 |
Color Harmonies of #768121
Complementary color
Monochromatic Colors of #768121
Black with #768121
Text Example
Text Example
White with #768121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768121; }
p { color: rgb(118,129,33); }
H1.HeaderClassName
{
color: #768121;
}
.AnyTagClassName
{
color: #768121;
}
</style>
background-color css
<style>
a { background-color: #768121; }
a { background-color: rgb(118,129,33); }
div.DivClassName
{
background-color: #768121;
}
.BgClassName
{
background-color: #768121;
}
</style>
border-color css
<style>
span { border-color: #768121; }
span { border-color: rgb(118,129,33); }
td.TdClassName
{
border-color: #768121;
}
.TagClassName
{
border-color: #768121;
}
</style>