Shades of Trendy Green #768026
Tints of Trendy Green #768026
RGB
CMYK
RGB Variations
Color information
#768026 (or 0x768026) is known color: Trendy Green. HEX triplet: 76, 80 and 26. RGB value is (118,128,38). Sum of RGB (Red+Green+Blue) = 118+128+38=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #768026 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768026 is #897FD9. Grayscale: #737373. Windows color (decimal): -9011162 or 2523254. OLE color: 2523254.
HSL color Cylindrical-coordinate representation of color #768026: hue angle of 66.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #768026 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 38 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.50 |
| HSL | 66.67º | 0.54% | 0.33% | - |
| HSV(B) | 66.67º | 0.7% | 0.5% | - |
| XYZ | 15.54 | 19.43 | 4.76 | - |
| YUV | 114.75 | 84.69 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 38 | 0.08 | 0 | 0.70 | 0.50 | 66.67 | 0.54 | 0.33 |
| Hex | 76 | 80 | 26 | 8 | 0 | 46 | 32 | 43 | 36 | 21 |
| Octal | 166 | 200 | 46 | 10 | 0 | 106 | 62 | 103 | 66 | 41 |
| Binary | 1110110 | 10000000 | 100110 | 1000 | 0 | 1000110 | 110010 | 1000011 | 110110 | 100001 |
Color Harmonies of #768026
Complementary color
Monochromatic Colors of #768026
Black with #768026
Text Example
Text Example
White with #768026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768026; }
p { color: rgb(118,128,38); }
H1.HeaderClassName
{
color: #768026;
}
.AnyTagClassName
{
color: #768026;
}
</style>
background-color css
<style>
a { background-color: #768026; }
a { background-color: rgb(118,128,38); }
div.DivClassName
{
background-color: #768026;
}
.BgClassName
{
background-color: #768026;
}
</style>
border-color css
<style>
span { border-color: #768026; }
span { border-color: rgb(118,128,38); }
td.TdClassName
{
border-color: #768026;
}
.TagClassName
{
border-color: #768026;
}
</style>