Shades of Trendy Green #768119
Tints of Trendy Green #768119
RGB
CMYK
RGB Variations
Color information
#768119 (or 0x768119) is known color: Trendy Green. HEX triplet: 76, 81 and 19. RGB value is (118,129,25). Sum of RGB (Red+Green+Blue) = 118+129+25=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #768119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768119 is #897EE6. Grayscale: #727272. Windows color (decimal): -9010919 or 1671542. OLE color: 1671542.
HSL color Cylindrical-coordinate representation of color #768119: hue angle of 66.35º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #768119 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 25 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.49 |
| HSL | 66.35º | 0.68% | 0.3% | - |
| HSV(B) | 66.35º | 0.81% | 0.51% | - |
| XYZ | 15.5 | 19.62 | 3.89 | - |
| YUV | 113.86 | 77.86 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 25 | 0.09 | 0 | 0.81 | 0.49 | 66.35 | 0.68 | 0.3 |
| Hex | 76 | 81 | 19 | 9 | 0 | 51 | 31 | 42 | 44 | 1E |
| Octal | 166 | 201 | 31 | 11 | 0 | 121 | 61 | 102 | 104 | 36 |
| Binary | 1110110 | 10000001 | 11001 | 1001 | 0 | 1010001 | 110001 | 1000010 | 1000100 | 11110 |
Color Harmonies of #768119
Complementary color
Monochromatic Colors of #768119
Black with #768119
Text Example
Text Example
White with #768119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768119; }
p { color: rgb(118,129,25); }
H1.HeaderClassName
{
color: #768119;
}
.AnyTagClassName
{
color: #768119;
}
</style>
background-color css
<style>
a { background-color: #768119; }
a { background-color: rgb(118,129,25); }
div.DivClassName
{
background-color: #768119;
}
.BgClassName
{
background-color: #768119;
}
</style>
border-color css
<style>
span { border-color: #768119; }
span { border-color: rgb(118,129,25); }
td.TdClassName
{
border-color: #768119;
}
.TagClassName
{
border-color: #768119;
}
</style>