Shades of Silver Tree #76CC9C
Tints of Silver Tree #76CC9C
RGB
CMYK
RGB Variations
Color information
#76CC9C (or 0x76CC9C) is known color: Silver Tree. HEX triplet: 76, CC and 9C. RGB value is (118,204,156). Sum of RGB (Red+Green+Blue) = 118+204+156=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CC9C is #893363. Grayscale: #ACACAC. Windows color (decimal): -8991588 or 10275958. OLE color: 10275958.
HSL color Cylindrical-coordinate representation of color #76CC9C: hue angle of 146.51º 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 #76CC9C is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 156 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.2 |
| HSL | 146.51º | 0.46% | 0.63% | - |
| HSV(B) | 146.51º | 0.42% | 0.8% | - |
| XYZ | 35.06 | 49.44 | 39.15 | - |
| YUV | 172.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 156 | 0.42 | 0 | 0.24 | 0.2 | 146.51 | 0.46 | 0.63 |
| Hex | 76 | CC | 9C | 2A | 0 | 18 | 14 | 93 | 2E | 3F |
| Octal | 166 | 314 | 234 | 52 | 0 | 30 | 24 | 223 | 56 | 77 |
| Binary | 1110110 | 11001100 | 10011100 | 101010 | 0 | 11000 | 10100 | 10010011 | 101110 | 111111 |
Color Harmonies of #76CC9C
Complementary color
Monochromatic Colors of #76CC9C
Black with #76CC9C
Text Example
Text Example
White with #76CC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CC9C; }
p { color: rgb(118,204,156); }
H1.HeaderClassName
{
color: #76CC9C;
}
.AnyTagClassName
{
color: #76CC9C;
}
</style>
background-color css
<style>
a { background-color: #76CC9C; }
a { background-color: rgb(118,204,156); }
div.DivClassName
{
background-color: #76CC9C;
}
.BgClassName
{
background-color: #76CC9C;
}
</style>
border-color css
<style>
span { border-color: #76CC9C; }
span { border-color: rgb(118,204,156); }
td.TdClassName
{
border-color: #76CC9C;
}
.TagClassName
{
border-color: #76CC9C;
}
</style>