Shades of Silver Tree #76C394
Tints of Silver Tree #76C394
RGB
CMYK
RGB Variations
Color information
#76C394 (or 0x76C394) is known color: Silver Tree. HEX triplet: 76, C3 and 94. RGB value is (118,195,148). Sum of RGB (Red+Green+Blue) = 118+195+148=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #76C394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C394 is #893C6B. Grayscale: #A6A6A6. Windows color (decimal): -8993900 or 9749366. OLE color: 9749366.
HSL color Cylindrical-coordinate representation of color #76C394: hue angle of 143.38º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C394 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 195 | 148 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.24 |
| HSL | 143.38º | 0.39% | 0.61% | - |
| HSV(B) | 143.38º | 0.39% | 0.76% | - |
| XYZ | 32.33 | 45.02 | 35 | - |
| YUV | 166.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 195 | 148 | 0.39 | 0 | 0.24 | 0.24 | 143.38 | 0.39 | 0.61 |
| Hex | 76 | C3 | 94 | 27 | 0 | 18 | 18 | 8F | 27 | 3D |
| Octal | 166 | 303 | 224 | 47 | 0 | 30 | 30 | 217 | 47 | 75 |
| Binary | 1110110 | 11000011 | 10010100 | 100111 | 0 | 11000 | 11000 | 10001111 | 100111 | 111101 |
Color Harmonies of #76C394
Complementary color
Monochromatic Colors of #76C394
Black with #76C394
Text Example
Text Example
White with #76C394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C394; }
p { color: rgb(118,195,148); }
H1.HeaderClassName
{
color: #76C394;
}
.AnyTagClassName
{
color: #76C394;
}
</style>
background-color css
<style>
a { background-color: #76C394; }
a { background-color: rgb(118,195,148); }
div.DivClassName
{
background-color: #76C394;
}
.BgClassName
{
background-color: #76C394;
}
</style>
border-color css
<style>
span { border-color: #76C394; }
span { border-color: rgb(118,195,148); }
td.TdClassName
{
border-color: #76C394;
}
.TagClassName
{
border-color: #76C394;
}
</style>