Shades of Trendy Green #768A10
Tints of Trendy Green #768A10
RGB
CMYK
RGB Variations
Color information
#768A10 (or 0x768A10) is known color: Trendy Green. HEX triplet: 76, 8A and 10. RGB value is (118,138,16). Sum of RGB (Red+Green+Blue) = 118+138+16=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #768A10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768A10 is #8975EF. Grayscale: #767676. Windows color (decimal): -9008624 or 1084022. OLE color: 1084022.
HSL color Cylindrical-coordinate representation of color #768A10: hue angle of 69.84º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #768A10 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 138 | 16 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.46 |
| HSL | 69.84º | 0.79% | 0.3% | - |
| HSV(B) | 69.84º | 0.88% | 0.54% | - |
| XYZ | 16.65 | 22.07 | 3.87 | - |
| YUV | 118.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 16 | 0.14 | 0 | 0.88 | 0.46 | 69.84 | 0.79 | 0.3 |
| Hex | 76 | 8A | 10 | E | 0 | 58 | 2E | 46 | 4F | 1E |
| Octal | 166 | 212 | 20 | 16 | 0 | 130 | 56 | 106 | 117 | 36 |
| Binary | 1110110 | 10001010 | 10000 | 1110 | 0 | 1011000 | 101110 | 1000110 | 1001111 | 11110 |
Color Harmonies of #768A10
Complementary color
Monochromatic Colors of #768A10
Black with #768A10
Text Example
Text Example
White with #768A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768A10; }
p { color: rgb(118,138,16); }
H1.HeaderClassName
{
color: #768A10;
}
.AnyTagClassName
{
color: #768A10;
}
</style>
background-color css
<style>
a { background-color: #768A10; }
a { background-color: rgb(118,138,16); }
div.DivClassName
{
background-color: #768A10;
}
.BgClassName
{
background-color: #768A10;
}
</style>
border-color css
<style>
span { border-color: #768A10; }
span { border-color: rgb(118,138,16); }
td.TdClassName
{
border-color: #768A10;
}
.TagClassName
{
border-color: #768A10;
}
</style>