Shades of Trendy Green #768B19
Tints of Trendy Green #768B19
RGB
CMYK
RGB Variations
Color information
#768B19 (or 0x768B19) is known color: Trendy Green. HEX triplet: 76, 8B and 19. RGB value is (118,139,25). Sum of RGB (Red+Green+Blue) = 118+139+25=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 139 (54.69% from 255 or 49.29% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 139 - color contains mainly: green. Hex color #768B19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768B19 is #8974E6. Grayscale: #787878. Windows color (decimal): -9008359 or 1674102. OLE color: 1674102.
HSL color Cylindrical-coordinate representation of color #768B19: hue angle of 71.05º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #768B19 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 25 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.45 |
| HSL | 71.05º | 0.7% | 0.32% | - |
| HSV(B) | 71.05º | 0.82% | 0.55% | - |
| XYZ | 16.88 | 22.39 | 4.35 | - |
| YUV | 119.73 | 74.54 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 25 | 0.15 | 0 | 0.82 | 0.45 | 71.05 | 0.7 | 0.32 |
| Hex | 76 | 8B | 19 | F | 0 | 52 | 2D | 47 | 46 | 20 |
| Octal | 166 | 213 | 31 | 17 | 0 | 122 | 55 | 107 | 106 | 40 |
| Binary | 1110110 | 10001011 | 11001 | 1111 | 0 | 1010010 | 101101 | 1000111 | 1000110 | 100000 |
Color Harmonies of #768B19
Complementary color
Monochromatic Colors of #768B19
Black with #768B19
Text Example
Text Example
White with #768B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B19; }
p { color: rgb(118,139,25); }
H1.HeaderClassName
{
color: #768B19;
}
.AnyTagClassName
{
color: #768B19;
}
</style>
background-color css
<style>
a { background-color: #768B19; }
a { background-color: rgb(118,139,25); }
div.DivClassName
{
background-color: #768B19;
}
.BgClassName
{
background-color: #768B19;
}
</style>
border-color css
<style>
span { border-color: #768B19; }
span { border-color: rgb(118,139,25); }
td.TdClassName
{
border-color: #768B19;
}
.TagClassName
{
border-color: #768B19;
}
</style>