Shades of Trendy Green #768615
Tints of Trendy Green #768615
RGB
CMYK
RGB Variations
Color information
#768615 (or 0x768615) is known color: Trendy Green. HEX triplet: 76, 86 and 15. RGB value is (118,134,21). Sum of RGB (Red+Green+Blue) = 118+134+21=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #768615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768615 is #8979EA. Grayscale: #747474. Windows color (decimal): -9009643 or 1410678. OLE color: 1410678.
HSL color Cylindrical-coordinate representation of color #768615: hue angle of 68.5º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #768615 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 21 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.47 |
| HSL | 68.5º | 0.73% | 0.3% | - |
| HSV(B) | 68.5º | 0.84% | 0.53% | - |
| XYZ | 16.13 | 20.96 | 3.9 | - |
| YUV | 116.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 21 | 0.12 | 0 | 0.84 | 0.47 | 68.5 | 0.73 | 0.3 |
| Hex | 76 | 86 | 15 | C | 0 | 54 | 2F | 44 | 49 | 1E |
| Octal | 166 | 206 | 25 | 14 | 0 | 124 | 57 | 104 | 111 | 36 |
| Binary | 1110110 | 10000110 | 10101 | 1100 | 0 | 1010100 | 101111 | 1000100 | 1001001 | 11110 |
Color Harmonies of #768615
Complementary color
Monochromatic Colors of #768615
Black with #768615
Text Example
Text Example
White with #768615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768615; }
p { color: rgb(118,134,21); }
H1.HeaderClassName
{
color: #768615;
}
.AnyTagClassName
{
color: #768615;
}
</style>
background-color css
<style>
a { background-color: #768615; }
a { background-color: rgb(118,134,21); }
div.DivClassName
{
background-color: #768615;
}
.BgClassName
{
background-color: #768615;
}
</style>
border-color css
<style>
span { border-color: #768615; }
span { border-color: rgb(118,134,21); }
td.TdClassName
{
border-color: #768615;
}
.TagClassName
{
border-color: #768615;
}
</style>