Shades of Trendy Green #768819
Tints of Trendy Green #768819
RGB
CMYK
RGB Variations
Color information
#768819 (or 0x768819) is known color: Trendy Green. HEX triplet: 76, 88 and 19. RGB value is (118,136,25). Sum of RGB (Red+Green+Blue) = 118+136+25=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #768819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768819 is #8977E6. Grayscale: #767676. Windows color (decimal): -9009127 or 1673334. OLE color: 1673334.
HSL color Cylindrical-coordinate representation of color #768819: hue angle of 69.73º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #768819 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 136 | 25 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.47 |
| HSL | 69.73º | 0.69% | 0.32% | - |
| HSV(B) | 69.73º | 0.82% | 0.53% | - |
| XYZ | 16.45 | 21.53 | 4.21 | - |
| YUV | 117.96 | 75.54 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 25 | 0.13 | 0 | 0.82 | 0.47 | 69.73 | 0.69 | 0.32 |
| Hex | 76 | 88 | 19 | D | 0 | 52 | 2F | 46 | 45 | 20 |
| Octal | 166 | 210 | 31 | 15 | 0 | 122 | 57 | 106 | 105 | 40 |
| Binary | 1110110 | 10001000 | 11001 | 1101 | 0 | 1010010 | 101111 | 1000110 | 1000101 | 100000 |
Color Harmonies of #768819
Complementary color
Monochromatic Colors of #768819
Black with #768819
Text Example
Text Example
White with #768819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768819; }
p { color: rgb(118,136,25); }
H1.HeaderClassName
{
color: #768819;
}
.AnyTagClassName
{
color: #768819;
}
</style>
background-color css
<style>
a { background-color: #768819; }
a { background-color: rgb(118,136,25); }
div.DivClassName
{
background-color: #768819;
}
.BgClassName
{
background-color: #768819;
}
</style>
border-color css
<style>
span { border-color: #768819; }
span { border-color: rgb(118,136,25); }
td.TdClassName
{
border-color: #768819;
}
.TagClassName
{
border-color: #768819;
}
</style>