Shades of Trendy Green #768728
Tints of Trendy Green #768728
RGB
CMYK
RGB Variations
Color information
#768728 (or 0x768728) is known color: Trendy Green. HEX triplet: 76, 87 and 28. RGB value is (118,135,40). Sum of RGB (Red+Green+Blue) = 118+135+40=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #768728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768728 is #8978D7. Grayscale: #777777. Windows color (decimal): -9009368 or 2656118. OLE color: 2656118.
HSL color Cylindrical-coordinate representation of color #768728: hue angle of 70.74º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #768728 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 135 | 40 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.47 |
| HSL | 70.74º | 0.54% | 0.34% | - |
| HSV(B) | 70.74º | 0.7% | 0.53% | - |
| XYZ | 16.52 | 21.33 | 5.25 | - |
| YUV | 119.09 | 83.37 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 40 | 0.13 | 0 | 0.70 | 0.47 | 70.74 | 0.54 | 0.34 |
| Hex | 76 | 87 | 28 | D | 0 | 46 | 2F | 47 | 36 | 22 |
| Octal | 166 | 207 | 50 | 15 | 0 | 106 | 57 | 107 | 66 | 42 |
| Binary | 1110110 | 10000111 | 101000 | 1101 | 0 | 1000110 | 101111 | 1000111 | 110110 | 100010 |
Color Harmonies of #768728
Complementary color
Monochromatic Colors of #768728
Black with #768728
Text Example
Text Example
White with #768728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768728; }
p { color: rgb(118,135,40); }
H1.HeaderClassName
{
color: #768728;
}
.AnyTagClassName
{
color: #768728;
}
</style>
background-color css
<style>
a { background-color: #768728; }
a { background-color: rgb(118,135,40); }
div.DivClassName
{
background-color: #768728;
}
.BgClassName
{
background-color: #768728;
}
</style>
border-color css
<style>
span { border-color: #768728; }
span { border-color: rgb(118,135,40); }
td.TdClassName
{
border-color: #768728;
}
.TagClassName
{
border-color: #768728;
}
</style>