Shades of Silver Tree #76C699
Tints of Silver Tree #76C699
RGB
CMYK
RGB Variations
Color information
#76C699 (or 0x76C699) is known color: Silver Tree. HEX triplet: 76, C6 and 99. RGB value is (118,198,153). Sum of RGB (Red+Green+Blue) = 118+198+153=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #76C699 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C699 is #893966. Grayscale: #A9A9A9. Windows color (decimal): -8993127 or 10077814. OLE color: 10077814.
HSL color Cylindrical-coordinate representation of color #76C699: hue angle of 146.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C699 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 153 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.22 |
| HSL | 146.25º | 0.41% | 0.62% | - |
| HSV(B) | 146.25º | 0.4% | 0.78% | - |
| XYZ | 33.42 | 46.54 | 37.36 | - |
| YUV | 168.95 | 119 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 153 | 0.40 | 0 | 0.23 | 0.22 | 146.25 | 0.41 | 0.62 |
| Hex | 76 | C6 | 99 | 28 | 0 | 17 | 16 | 92 | 29 | 3E |
| Octal | 166 | 306 | 231 | 50 | 0 | 27 | 26 | 222 | 51 | 76 |
| Binary | 1110110 | 11000110 | 10011001 | 101000 | 0 | 10111 | 10110 | 10010010 | 101001 | 111110 |
Color Harmonies of #76C699
Complementary color
Monochromatic Colors of #76C699
Black with #76C699
Text Example
Text Example
White with #76C699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C699; }
p { color: rgb(118,198,153); }
H1.HeaderClassName
{
color: #76C699;
}
.AnyTagClassName
{
color: #76C699;
}
</style>
background-color css
<style>
a { background-color: #76C699; }
a { background-color: rgb(118,198,153); }
div.DivClassName
{
background-color: #76C699;
}
.BgClassName
{
background-color: #76C699;
}
</style>
border-color css
<style>
span { border-color: #76C699; }
span { border-color: rgb(118,198,153); }
td.TdClassName
{
border-color: #76C699;
}
.TagClassName
{
border-color: #76C699;
}
</style>