Shades of Silver Tree #76CA8F
Tints of Silver Tree #76CA8F
RGB
CMYK
RGB Variations
Color information
#76CA8F (or 0x76CA8F) is known color: Silver Tree. HEX triplet: 76, CA and 8F. RGB value is (118,202,143). Sum of RGB (Red+Green+Blue) = 118+202+143=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CA8F is #893570. Grayscale: #AAAAAA. Windows color (decimal): -8992113 or 9423478. OLE color: 9423478.
HSL color Cylindrical-coordinate representation of color #76CA8F: hue angle of 137.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CA8F is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 143 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.21 |
| HSL | 137.86º | 0.44% | 0.63% | - |
| HSV(B) | 137.86º | 0.42% | 0.79% | - |
| XYZ | 33.55 | 48.08 | 33.5 | - |
| YUV | 170.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 143 | 0.42 | 0 | 0.29 | 0.21 | 137.86 | 0.44 | 0.63 |
| Hex | 76 | CA | 8F | 2A | 0 | 1D | 15 | 8A | 2C | 3F |
| Octal | 166 | 312 | 217 | 52 | 0 | 35 | 25 | 212 | 54 | 77 |
| Binary | 1110110 | 11001010 | 10001111 | 101010 | 0 | 11101 | 10101 | 10001010 | 101100 | 111111 |
Color Harmonies of #76CA8F
Complementary color
Monochromatic Colors of #76CA8F
Black with #76CA8F
Text Example
Text Example
White with #76CA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA8F; }
p { color: rgb(118,202,143); }
H1.HeaderClassName
{
color: #76CA8F;
}
.AnyTagClassName
{
color: #76CA8F;
}
</style>
background-color css
<style>
a { background-color: #76CA8F; }
a { background-color: rgb(118,202,143); }
div.DivClassName
{
background-color: #76CA8F;
}
.BgClassName
{
background-color: #76CA8F;
}
</style>
border-color css
<style>
span { border-color: #76CA8F; }
span { border-color: rgb(118,202,143); }
td.TdClassName
{
border-color: #76CA8F;
}
.TagClassName
{
border-color: #76CA8F;
}
</style>