Shades of Trendy Green #768516
Tints of Trendy Green #768516
RGB
CMYK
RGB Variations
Color information
#768516 (or 0x768516) is known color: Trendy Green. HEX triplet: 76, 85 and 16. RGB value is (118,133,22). Sum of RGB (Red+Green+Blue) = 118+133+22=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #768516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768516 is #897AE9. Grayscale: #747474. Windows color (decimal): -9009898 or 1475958. OLE color: 1475958.
HSL color Cylindrical-coordinate representation of color #768516: hue angle of 68.11º degrees, saturation: 0.72, 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 #768516 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 133 | 22 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.48 |
| HSL | 68.11º | 0.72% | 0.3% | - |
| HSV(B) | 68.11º | 0.83% | 0.52% | - |
| XYZ | 16 | 20.68 | 3.91 | - |
| YUV | 115.86 | 75.03 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 22 | 0.11 | 0 | 0.83 | 0.48 | 68.11 | 0.72 | 0.3 |
| Hex | 76 | 85 | 16 | B | 0 | 53 | 30 | 44 | 48 | 1E |
| Octal | 166 | 205 | 26 | 13 | 0 | 123 | 60 | 104 | 110 | 36 |
| Binary | 1110110 | 10000101 | 10110 | 1011 | 0 | 1010011 | 110000 | 1000100 | 1001000 | 11110 |
Color Harmonies of #768516
Complementary color
Monochromatic Colors of #768516
Black with #768516
Text Example
Text Example
White with #768516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768516; }
p { color: rgb(118,133,22); }
H1.HeaderClassName
{
color: #768516;
}
.AnyTagClassName
{
color: #768516;
}
</style>
background-color css
<style>
a { background-color: #768516; }
a { background-color: rgb(118,133,22); }
div.DivClassName
{
background-color: #768516;
}
.BgClassName
{
background-color: #768516;
}
</style>
border-color css
<style>
span { border-color: #768516; }
span { border-color: rgb(118,133,22); }
td.TdClassName
{
border-color: #768516;
}
.TagClassName
{
border-color: #768516;
}
</style>