Shades of Silver Tree #76CC96
Tints of Silver Tree #76CC96
RGB
CMYK
RGB Variations
Color information
#76CC96 (or 0x76CC96) is known color: Silver Tree. HEX triplet: 76, CC and 96. RGB value is (118,204,150). Sum of RGB (Red+Green+Blue) = 118+204+150=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CC96 is #893369. Grayscale: #ACACAC. Windows color (decimal): -8991594 or 9882742. OLE color: 9882742.
HSL color Cylindrical-coordinate representation of color #76CC96: hue angle of 142.33º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CC96 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 150 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.2 |
| HSL | 142.33º | 0.46% | 0.63% | - |
| HSV(B) | 142.33º | 0.42% | 0.8% | - |
| XYZ | 34.57 | 49.24 | 36.54 | - |
| YUV | 172.13 | 115.51 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 150 | 0.42 | 0 | 0.26 | 0.2 | 142.33 | 0.46 | 0.63 |
| Hex | 76 | CC | 96 | 2A | 0 | 1A | 14 | 8E | 2E | 3F |
| Octal | 166 | 314 | 226 | 52 | 0 | 32 | 24 | 216 | 56 | 77 |
| Binary | 1110110 | 11001100 | 10010110 | 101010 | 0 | 11010 | 10100 | 10001110 | 101110 | 111111 |
Color Harmonies of #76CC96
Complementary color
Monochromatic Colors of #76CC96
Black with #76CC96
Text Example
Text Example
White with #76CC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CC96; }
p { color: rgb(118,204,150); }
H1.HeaderClassName
{
color: #76CC96;
}
.AnyTagClassName
{
color: #76CC96;
}
</style>
background-color css
<style>
a { background-color: #76CC96; }
a { background-color: rgb(118,204,150); }
div.DivClassName
{
background-color: #76CC96;
}
.BgClassName
{
background-color: #76CC96;
}
</style>
border-color css
<style>
span { border-color: #76CC96; }
span { border-color: rgb(118,204,150); }
td.TdClassName
{
border-color: #76CC96;
}
.TagClassName
{
border-color: #76CC96;
}
</style>