Shades of Silver Tree #76CC99
Tints of Silver Tree #76CC99
RGB
CMYK
RGB Variations
Color information
#76CC99 (or 0x76CC99) is known color: Silver Tree. HEX triplet: 76, CC and 99. RGB value is (118,204,153). Sum of RGB (Red+Green+Blue) = 118+204+153=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CC99 is #893366. Grayscale: #ACACAC. Windows color (decimal): -8991591 or 10079350. OLE color: 10079350.
HSL color Cylindrical-coordinate representation of color #76CC99: hue angle of 144.42º 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 #76CC99 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 153 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.2 |
| HSL | 144.42º | 0.46% | 0.63% | - |
| HSV(B) | 144.42º | 0.42% | 0.8% | - |
| XYZ | 34.81 | 49.34 | 37.83 | - |
| YUV | 172.47 | 117.01 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 153 | 0.42 | 0 | 0.25 | 0.2 | 144.42 | 0.46 | 0.63 |
| Hex | 76 | CC | 99 | 2A | 0 | 19 | 14 | 90 | 2E | 3F |
| Octal | 166 | 314 | 231 | 52 | 0 | 31 | 24 | 220 | 56 | 77 |
| Binary | 1110110 | 11001100 | 10011001 | 101010 | 0 | 11001 | 10100 | 10010000 | 101110 | 111111 |
Color Harmonies of #76CC99
Complementary color
Monochromatic Colors of #76CC99
Black with #76CC99
Text Example
Text Example
White with #76CC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CC99; }
p { color: rgb(118,204,153); }
H1.HeaderClassName
{
color: #76CC99;
}
.AnyTagClassName
{
color: #76CC99;
}
</style>
background-color css
<style>
a { background-color: #76CC99; }
a { background-color: rgb(118,204,153); }
div.DivClassName
{
background-color: #76CC99;
}
.BgClassName
{
background-color: #76CC99;
}
</style>
border-color css
<style>
span { border-color: #76CC99; }
span { border-color: rgb(118,204,153); }
td.TdClassName
{
border-color: #76CC99;
}
.TagClassName
{
border-color: #76CC99;
}
</style>