Shades of Trendy Green #768416
Tints of Trendy Green #768416
RGB
CMYK
RGB Variations
Color information
#768416 (or 0x768416) is known color: Trendy Green. HEX triplet: 76, 84 and 16. RGB value is (118,132,22). Sum of RGB (Red+Green+Blue) = 118+132+22=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #768416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768416 is #897BE9. Grayscale: #737373. Windows color (decimal): -9010154 or 1475702. OLE color: 1475702.
HSL color Cylindrical-coordinate representation of color #768416: hue angle of 67.64º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #768416 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 132 | 22 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.48 |
| HSL | 67.64º | 0.71% | 0.3% | - |
| HSV(B) | 67.64º | 0.83% | 0.52% | - |
| XYZ | 15.87 | 20.41 | 3.86 | - |
| YUV | 115.27 | 75.36 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 22 | 0.11 | 0 | 0.83 | 0.48 | 67.64 | 0.71 | 0.3 |
| Hex | 76 | 84 | 16 | B | 0 | 53 | 30 | 44 | 47 | 1E |
| Octal | 166 | 204 | 26 | 13 | 0 | 123 | 60 | 104 | 107 | 36 |
| Binary | 1110110 | 10000100 | 10110 | 1011 | 0 | 1010011 | 110000 | 1000100 | 1000111 | 11110 |
Color Harmonies of #768416
Complementary color
Monochromatic Colors of #768416
Black with #768416
Text Example
Text Example
White with #768416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768416; }
p { color: rgb(118,132,22); }
H1.HeaderClassName
{
color: #768416;
}
.AnyTagClassName
{
color: #768416;
}
</style>
background-color css
<style>
a { background-color: #768416; }
a { background-color: rgb(118,132,22); }
div.DivClassName
{
background-color: #768416;
}
.BgClassName
{
background-color: #768416;
}
</style>
border-color css
<style>
span { border-color: #768416; }
span { border-color: rgb(118,132,22); }
td.TdClassName
{
border-color: #768416;
}
.TagClassName
{
border-color: #768416;
}
</style>