Shades of Silver Tree #76C993
Tints of Silver Tree #76C993
RGB
CMYK
RGB Variations
Color information
#76C993 (or 0x76C993) is known color: Silver Tree. HEX triplet: 76, C9 and 93. RGB value is (118,201,147). Sum of RGB (Red+Green+Blue) = 118+201+147=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #76C993 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C993 is #89366C. Grayscale: #AAAAAA. Windows color (decimal): -8992365 or 9685366. OLE color: 9685366.
HSL color Cylindrical-coordinate representation of color #76C993: hue angle of 140.96º 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 #76C993 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 147 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.21 |
| HSL | 140.96º | 0.43% | 0.63% | - |
| HSV(B) | 140.96º | 0.41% | 0.79% | - |
| XYZ | 33.62 | 47.73 | 35.04 | - |
| YUV | 170.03 | 115 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 147 | 0.41 | 0 | 0.27 | 0.21 | 140.96 | 0.43 | 0.63 |
| Hex | 76 | C9 | 93 | 29 | 0 | 1B | 15 | 8D | 2B | 3F |
| Octal | 166 | 311 | 223 | 51 | 0 | 33 | 25 | 215 | 53 | 77 |
| Binary | 1110110 | 11001001 | 10010011 | 101001 | 0 | 11011 | 10101 | 10001101 | 101011 | 111111 |
Color Harmonies of #76C993
Complementary color
Monochromatic Colors of #76C993
Black with #76C993
Text Example
Text Example
White with #76C993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C993; }
p { color: rgb(118,201,147); }
H1.HeaderClassName
{
color: #76C993;
}
.AnyTagClassName
{
color: #76C993;
}
</style>
background-color css
<style>
a { background-color: #76C993; }
a { background-color: rgb(118,201,147); }
div.DivClassName
{
background-color: #76C993;
}
.BgClassName
{
background-color: #76C993;
}
</style>
border-color css
<style>
span { border-color: #76C993; }
span { border-color: rgb(118,201,147); }
td.TdClassName
{
border-color: #76C993;
}
.TagClassName
{
border-color: #76C993;
}
</style>