Shades of Silver Tree #76C995
Tints of Silver Tree #76C995
RGB
CMYK
RGB Variations
Color information
#76C995 (or 0x76C995) is known color: Silver Tree. HEX triplet: 76, C9 and 95. RGB value is (118,201,149). Sum of RGB (Red+Green+Blue) = 118+201+149=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #76C995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C995 is #89366A. Grayscale: #AAAAAA. Windows color (decimal): -8992363 or 9816438. OLE color: 9816438.
HSL color Cylindrical-coordinate representation of color #76C995: hue angle of 142.41º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C995 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 149 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.21 |
| HSL | 142.41º | 0.43% | 0.63% | - |
| HSV(B) | 142.41º | 0.41% | 0.79% | - |
| XYZ | 33.78 | 47.79 | 35.88 | - |
| YUV | 170.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 149 | 0.41 | 0 | 0.26 | 0.21 | 142.41 | 0.43 | 0.63 |
| Hex | 76 | C9 | 95 | 29 | 0 | 1A | 15 | 8E | 2B | 3F |
| Octal | 166 | 311 | 225 | 51 | 0 | 32 | 25 | 216 | 53 | 77 |
| Binary | 1110110 | 11001001 | 10010101 | 101001 | 0 | 11010 | 10101 | 10001110 | 101011 | 111111 |
Color Harmonies of #76C995
Complementary color
Monochromatic Colors of #76C995
Black with #76C995
Text Example
Text Example
White with #76C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C995; }
p { color: rgb(118,201,149); }
H1.HeaderClassName
{
color: #76C995;
}
.AnyTagClassName
{
color: #76C995;
}
</style>
background-color css
<style>
a { background-color: #76C995; }
a { background-color: rgb(118,201,149); }
div.DivClassName
{
background-color: #76C995;
}
.BgClassName
{
background-color: #76C995;
}
</style>
border-color css
<style>
span { border-color: #76C995; }
span { border-color: rgb(118,201,149); }
td.TdClassName
{
border-color: #76C995;
}
.TagClassName
{
border-color: #76C995;
}
</style>