Shades of Trendy Green #768717
Tints of Trendy Green #768717
RGB
CMYK
RGB Variations
Color information
#768717 (or 0x768717) is known color: Trendy Green. HEX triplet: 76, 87 and 17. RGB value is (118,135,23). Sum of RGB (Red+Green+Blue) = 118+135+23=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #768717 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768717 is #8978E8. Grayscale: #757575. Windows color (decimal): -9009385 or 1542006. OLE color: 1542006.
HSL color Cylindrical-coordinate representation of color #768717: hue angle of 69.11º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #768717 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 135 | 23 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.47 |
| HSL | 69.11º | 0.71% | 0.31% | - |
| HSV(B) | 69.11º | 0.83% | 0.53% | - |
| XYZ | 16.29 | 21.24 | 4.05 | - |
| YUV | 117.15 | 74.87 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 23 | 0.13 | 0 | 0.83 | 0.47 | 69.11 | 0.71 | 0.31 |
| Hex | 76 | 87 | 17 | D | 0 | 53 | 2F | 45 | 47 | 1F |
| Octal | 166 | 207 | 27 | 15 | 0 | 123 | 57 | 105 | 107 | 37 |
| Binary | 1110110 | 10000111 | 10111 | 1101 | 0 | 1010011 | 101111 | 1000101 | 1000111 | 11111 |
Color Harmonies of #768717
Complementary color
Monochromatic Colors of #768717
Black with #768717
Text Example
Text Example
White with #768717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768717; }
p { color: rgb(118,135,23); }
H1.HeaderClassName
{
color: #768717;
}
.AnyTagClassName
{
color: #768717;
}
</style>
background-color css
<style>
a { background-color: #768717; }
a { background-color: rgb(118,135,23); }
div.DivClassName
{
background-color: #768717;
}
.BgClassName
{
background-color: #768717;
}
</style>
border-color css
<style>
span { border-color: #768717; }
span { border-color: rgb(118,135,23); }
td.TdClassName
{
border-color: #768717;
}
.TagClassName
{
border-color: #768717;
}
</style>