Shades of Silver Tree #76D194
Tints of Silver Tree #76D194
RGB
CMYK
RGB Variations
Color information
#76D194 (or 0x76D194) is known color: Silver Tree. HEX triplet: 76, D1 and 94. RGB value is (118,209,148). Sum of RGB (Red+Green+Blue) = 118+209+148=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #76D194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D194 is #892E6B. Grayscale: #AEAEAE. Windows color (decimal): -8990316 or 9752950. OLE color: 9752950.
HSL color Cylindrical-coordinate representation of color #76D194: hue angle of 139.78º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D194 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 209 | 148 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.18 |
| HSL | 139.78º | 0.5% | 0.64% | - |
| HSV(B) | 139.78º | 0.44% | 0.82% | - |
| XYZ | 35.62 | 51.59 | 36.1 | - |
| YUV | 174.84 | 112.85 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 209 | 148 | 0.44 | 0 | 0.29 | 0.18 | 139.78 | 0.5 | 0.64 |
| Hex | 76 | D1 | 94 | 2C | 0 | 1D | 12 | 8C | 32 | 40 |
| Octal | 166 | 321 | 224 | 54 | 0 | 35 | 22 | 214 | 62 | 100 |
| Binary | 1110110 | 11010001 | 10010100 | 101100 | 0 | 11101 | 10010 | 10001100 | 110010 | 1000000 |
Color Harmonies of #76D194
Complementary color
Monochromatic Colors of #76D194
Black with #76D194
Text Example
Text Example
White with #76D194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D194; }
p { color: rgb(118,209,148); }
H1.HeaderClassName
{
color: #76D194;
}
.AnyTagClassName
{
color: #76D194;
}
</style>
background-color css
<style>
a { background-color: #76D194; }
a { background-color: rgb(118,209,148); }
div.DivClassName
{
background-color: #76D194;
}
.BgClassName
{
background-color: #76D194;
}
</style>
border-color css
<style>
span { border-color: #76D194; }
span { border-color: rgb(118,209,148); }
td.TdClassName
{
border-color: #76D194;
}
.TagClassName
{
border-color: #76D194;
}
</style>