Shades of Silver Tree #76C29B
Tints of Silver Tree #76C29B
RGB
CMYK
RGB Variations
Color information
#76C29B (or 0x76C29B) is known color: Silver Tree. HEX triplet: 76, C2 and 9B. RGB value is (118,194,155). Sum of RGB (Red+Green+Blue) = 118+194+155=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #76C29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C29B is #893D64. Grayscale: #A6A6A6. Windows color (decimal): -8994149 or 10207862. OLE color: 10207862.
HSL color Cylindrical-coordinate representation of color #76C29B: hue angle of 149.21º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C29B is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 155 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.24 |
| HSL | 149.21º | 0.38% | 0.61% | - |
| HSV(B) | 149.21º | 0.39% | 0.76% | - |
| XYZ | 32.68 | 44.8 | 37.94 | - |
| YUV | 166.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 155 | 0.39 | 0 | 0.20 | 0.24 | 149.21 | 0.38 | 0.61 |
| Hex | 76 | C2 | 9B | 27 | 0 | 14 | 18 | 95 | 26 | 3D |
| Octal | 166 | 302 | 233 | 47 | 0 | 24 | 30 | 225 | 46 | 75 |
| Binary | 1110110 | 11000010 | 10011011 | 100111 | 0 | 10100 | 11000 | 10010101 | 100110 | 111101 |
Color Harmonies of #76C29B
Complementary color
Monochromatic Colors of #76C29B
Black with #76C29B
Text Example
Text Example
White with #76C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C29B; }
p { color: rgb(118,194,155); }
H1.HeaderClassName
{
color: #76C29B;
}
.AnyTagClassName
{
color: #76C29B;
}
</style>
background-color css
<style>
a { background-color: #76C29B; }
a { background-color: rgb(118,194,155); }
div.DivClassName
{
background-color: #76C29B;
}
.BgClassName
{
background-color: #76C29B;
}
</style>
border-color css
<style>
span { border-color: #76C29B; }
span { border-color: rgb(118,194,155); }
td.TdClassName
{
border-color: #76C29B;
}
.TagClassName
{
border-color: #76C29B;
}
</style>