Shades of Silver Tree #77D696
Tints of Silver Tree #77D696
RGB
CMYK
RGB Variations
Color information
#77D696 (or 0x77D696) is known color: Silver Tree. HEX triplet: 77, D6 and 96. RGB value is (119,214,150). Sum of RGB (Red+Green+Blue) = 119+214+150=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #77D696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D696 is #882969. Grayscale: #B2B2B2. Windows color (decimal): -8923498 or 9885303. OLE color: 9885303.
HSL color Cylindrical-coordinate representation of color #77D696: hue angle of 139.58º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D696 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 214 | 150 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.16 |
| HSL | 139.58º | 0.54% | 0.65% | - |
| HSV(B) | 139.58º | 0.44% | 0.84% | - |
| XYZ | 37.16 | 54.22 | 37.36 | - |
| YUV | 178.3 | 112.03 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 214 | 150 | 0.44 | 0 | 0.30 | 0.16 | 139.58 | 0.54 | 0.65 |
| Hex | 77 | D6 | 96 | 2C | 0 | 1E | 10 | 8C | 36 | 41 |
| Octal | 167 | 326 | 226 | 54 | 0 | 36 | 20 | 214 | 66 | 101 |
| Binary | 1110111 | 11010110 | 10010110 | 101100 | 0 | 11110 | 10000 | 10001100 | 110110 | 1000001 |
Color Harmonies of #77D696
Complementary color
Monochromatic Colors of #77D696
Black with #77D696
Text Example
Text Example
White with #77D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D696; }
p { color: rgb(119,214,150); }
H1.HeaderClassName
{
color: #77D696;
}
.AnyTagClassName
{
color: #77D696;
}
</style>
background-color css
<style>
a { background-color: #77D696; }
a { background-color: rgb(119,214,150); }
div.DivClassName
{
background-color: #77D696;
}
.BgClassName
{
background-color: #77D696;
}
</style>
border-color css
<style>
span { border-color: #77D696; }
span { border-color: rgb(119,214,150); }
td.TdClassName
{
border-color: #77D696;
}
.TagClassName
{
border-color: #77D696;
}
</style>