Shades of Silver Tree #76D694
Tints of Silver Tree #76D694
RGB
CMYK
RGB Variations
Color information
#76D694 (or 0x76D694) is known color: Silver Tree. HEX triplet: 76, D6 and 94. RGB value is (118,214,148). Sum of RGB (Red+Green+Blue) = 118+214+148=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #76D694 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D694 is #89296B. Grayscale: #B1B1B1. Windows color (decimal): -8989036 or 9754230. OLE color: 9754230.
HSL color Cylindrical-coordinate representation of color #76D694: hue angle of 138.75º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D694 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 214 | 148 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.16 |
| HSL | 138.75º | 0.54% | 0.65% | - |
| HSV(B) | 138.75º | 0.45% | 0.84% | - |
| XYZ | 36.86 | 54.08 | 36.51 | - |
| YUV | 177.77 | 111.2 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 214 | 148 | 0.45 | 0 | 0.31 | 0.16 | 138.75 | 0.54 | 0.65 |
| Hex | 76 | D6 | 94 | 2D | 0 | 1F | 10 | 8B | 36 | 41 |
| Octal | 166 | 326 | 224 | 55 | 0 | 37 | 20 | 213 | 66 | 101 |
| Binary | 1110110 | 11010110 | 10010100 | 101101 | 0 | 11111 | 10000 | 10001011 | 110110 | 1000001 |
Color Harmonies of #76D694
Complementary color
Monochromatic Colors of #76D694
Black with #76D694
Text Example
Text Example
White with #76D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D694; }
p { color: rgb(118,214,148); }
H1.HeaderClassName
{
color: #76D694;
}
.AnyTagClassName
{
color: #76D694;
}
</style>
background-color css
<style>
a { background-color: #76D694; }
a { background-color: rgb(118,214,148); }
div.DivClassName
{
background-color: #76D694;
}
.BgClassName
{
background-color: #76D694;
}
</style>
border-color css
<style>
span { border-color: #76D694; }
span { border-color: rgb(118,214,148); }
td.TdClassName
{
border-color: #76D694;
}
.TagClassName
{
border-color: #76D694;
}
</style>