Shades of Trendy Green #768114
Tints of Trendy Green #768114
RGB
CMYK
RGB Variations
Color information
#768114 (or 0x768114) is known color: Trendy Green. HEX triplet: 76, 81 and 14. RGB value is (118,129,20). Sum of RGB (Red+Green+Blue) = 118+129+20=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #768114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768114 is #897EEB. Grayscale: #717171. Windows color (decimal): -9010924 or 1343862. OLE color: 1343862.
HSL color Cylindrical-coordinate representation of color #768114: hue angle of 66.06º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #768114 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 20 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.49 |
| HSL | 66.06º | 0.73% | 0.29% | - |
| HSV(B) | 66.06º | 0.84% | 0.51% | - |
| XYZ | 15.45 | 19.6 | 3.63 | - |
| YUV | 113.29 | 75.36 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 20 | 0.09 | 0 | 0.84 | 0.49 | 66.06 | 0.73 | 0.29 |
| Hex | 76 | 81 | 14 | 9 | 0 | 54 | 31 | 42 | 49 | 1D |
| Octal | 166 | 201 | 24 | 11 | 0 | 124 | 61 | 102 | 111 | 35 |
| Binary | 1110110 | 10000001 | 10100 | 1001 | 0 | 1010100 | 110001 | 1000010 | 1001001 | 11101 |
Color Harmonies of #768114
Complementary color
Monochromatic Colors of #768114
Black with #768114
Text Example
Text Example
White with #768114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768114; }
p { color: rgb(118,129,20); }
H1.HeaderClassName
{
color: #768114;
}
.AnyTagClassName
{
color: #768114;
}
</style>
background-color css
<style>
a { background-color: #768114; }
a { background-color: rgb(118,129,20); }
div.DivClassName
{
background-color: #768114;
}
.BgClassName
{
background-color: #768114;
}
</style>
border-color css
<style>
span { border-color: #768114; }
span { border-color: rgb(118,129,20); }
td.TdClassName
{
border-color: #768114;
}
.TagClassName
{
border-color: #768114;
}
</style>