Shades of Silver Tree #76C998
Tints of Silver Tree #76C998
RGB
CMYK
RGB Variations
Color information
#76C998 (or 0x76C998) is known color: Silver Tree. HEX triplet: 76, C9 and 98. RGB value is (118,201,152). Sum of RGB (Red+Green+Blue) = 118+201+152=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #76C998 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C998 is #893667. Grayscale: #AAAAAA. Windows color (decimal): -8992360 or 10013046. OLE color: 10013046.
HSL color Cylindrical-coordinate representation of color #76C998: hue angle of 144.58º 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 #76C998 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 152 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.21 |
| HSL | 144.58º | 0.43% | 0.63% | - |
| HSV(B) | 144.58º | 0.41% | 0.79% | - |
| XYZ | 34.03 | 47.89 | 37.16 | - |
| YUV | 170.6 | 117.5 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 152 | 0.41 | 0 | 0.24 | 0.21 | 144.58 | 0.43 | 0.63 |
| Hex | 76 | C9 | 98 | 29 | 0 | 18 | 15 | 91 | 2B | 3F |
| Octal | 166 | 311 | 230 | 51 | 0 | 30 | 25 | 221 | 53 | 77 |
| Binary | 1110110 | 11001001 | 10011000 | 101001 | 0 | 11000 | 10101 | 10010001 | 101011 | 111111 |
Color Harmonies of #76C998
Complementary color
Monochromatic Colors of #76C998
Black with #76C998
Text Example
Text Example
White with #76C998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C998; }
p { color: rgb(118,201,152); }
H1.HeaderClassName
{
color: #76C998;
}
.AnyTagClassName
{
color: #76C998;
}
</style>
background-color css
<style>
a { background-color: #76C998; }
a { background-color: rgb(118,201,152); }
div.DivClassName
{
background-color: #76C998;
}
.BgClassName
{
background-color: #76C998;
}
</style>
border-color css
<style>
span { border-color: #76C998; }
span { border-color: rgb(118,201,152); }
td.TdClassName
{
border-color: #76C998;
}
.TagClassName
{
border-color: #76C998;
}
</style>