Shades of Silver Tree #76C498
Tints of Silver Tree #76C498
RGB
CMYK
RGB Variations
Color information
#76C498 (or 0x76C498) is known color: Silver Tree. HEX triplet: 76, C4 and 98. RGB value is (118,196,152). Sum of RGB (Red+Green+Blue) = 118+196+152=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #76C498 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C498 is #893B67. Grayscale: #A7A7A7. Windows color (decimal): -8993640 or 10011766. OLE color: 10011766.
HSL color Cylindrical-coordinate representation of color #76C498: hue angle of 146.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C498 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 196 | 152 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.23 |
| HSL | 146.15º | 0.4% | 0.62% | - |
| HSV(B) | 146.15º | 0.4% | 0.77% | - |
| XYZ | 32.88 | 45.6 | 36.77 | - |
| YUV | 167.66 | 119.16 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 196 | 152 | 0.40 | 0 | 0.22 | 0.23 | 146.15 | 0.4 | 0.62 |
| Hex | 76 | C4 | 98 | 28 | 0 | 16 | 17 | 92 | 28 | 3E |
| Octal | 166 | 304 | 230 | 50 | 0 | 26 | 27 | 222 | 50 | 76 |
| Binary | 1110110 | 11000100 | 10011000 | 101000 | 0 | 10110 | 10111 | 10010010 | 101000 | 111110 |
Color Harmonies of #76C498
Complementary color
Monochromatic Colors of #76C498
Black with #76C498
Text Example
Text Example
White with #76C498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C498; }
p { color: rgb(118,196,152); }
H1.HeaderClassName
{
color: #76C498;
}
.AnyTagClassName
{
color: #76C498;
}
</style>
background-color css
<style>
a { background-color: #76C498; }
a { background-color: rgb(118,196,152); }
div.DivClassName
{
background-color: #76C498;
}
.BgClassName
{
background-color: #76C498;
}
</style>
border-color css
<style>
span { border-color: #76C498; }
span { border-color: rgb(118,196,152); }
td.TdClassName
{
border-color: #76C498;
}
.TagClassName
{
border-color: #76C498;
}
</style>