Shades of Trendy Green #768126
Tints of Trendy Green #768126
RGB
CMYK
RGB Variations
Color information
#768126 (or 0x768126) is known color: Trendy Green. HEX triplet: 76, 81 and 26. RGB value is (118,129,38). Sum of RGB (Red+Green+Blue) = 118+129+38=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #768126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768126 is #897ED9. Grayscale: #737373. Windows color (decimal): -9010906 or 2523510. OLE color: 2523510.
HSL color Cylindrical-coordinate representation of color #768126: hue angle of 67.25º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #768126 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 38 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.49 |
| HSL | 67.25º | 0.54% | 0.33% | - |
| HSV(B) | 67.25º | 0.71% | 0.51% | - |
| XYZ | 15.67 | 19.69 | 4.81 | - |
| YUV | 115.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 38 | 0.09 | 0 | 0.71 | 0.49 | 67.25 | 0.54 | 0.33 |
| Hex | 76 | 81 | 26 | 9 | 0 | 47 | 31 | 43 | 36 | 21 |
| Octal | 166 | 201 | 46 | 11 | 0 | 107 | 61 | 103 | 66 | 41 |
| Binary | 1110110 | 10000001 | 100110 | 1001 | 0 | 1000111 | 110001 | 1000011 | 110110 | 100001 |
Color Harmonies of #768126
Complementary color
Monochromatic Colors of #768126
Black with #768126
Text Example
Text Example
White with #768126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768126; }
p { color: rgb(118,129,38); }
H1.HeaderClassName
{
color: #768126;
}
.AnyTagClassName
{
color: #768126;
}
</style>
background-color css
<style>
a { background-color: #768126; }
a { background-color: rgb(118,129,38); }
div.DivClassName
{
background-color: #768126;
}
.BgClassName
{
background-color: #768126;
}
</style>
border-color css
<style>
span { border-color: #768126; }
span { border-color: rgb(118,129,38); }
td.TdClassName
{
border-color: #768126;
}
.TagClassName
{
border-color: #768126;
}
</style>