Shades of Silver Tree #75D796
Tints of Silver Tree #75D796
RGB
CMYK
RGB Variations
Color information
#75D796 (or 0x75D796) is known color: Silver Tree. HEX triplet: 75, D7 and 96. RGB value is (117,215,150). Sum of RGB (Red+Green+Blue) = 117+215+150=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #75D796 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D796 is #8A2869. Grayscale: #B2B2B2. Windows color (decimal): -9054314 or 9885557. OLE color: 9885557.
HSL color Cylindrical-coordinate representation of color #75D796: hue angle of 140.2º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D796 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 215 | 150 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.16 |
| HSL | 140.2º | 0.55% | 0.65% | - |
| HSV(B) | 140.2º | 0.46% | 0.84% | - |
| XYZ | 37.14 | 54.58 | 37.43 | - |
| YUV | 178.29 | 112.03 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 215 | 150 | 0.46 | 0 | 0.30 | 0.16 | 140.2 | 0.55 | 0.65 |
| Hex | 75 | D7 | 96 | 2E | 0 | 1E | 10 | 8C | 37 | 41 |
| Octal | 165 | 327 | 226 | 56 | 0 | 36 | 20 | 214 | 67 | 101 |
| Binary | 1110101 | 11010111 | 10010110 | 101110 | 0 | 11110 | 10000 | 10001100 | 110111 | 1000001 |
Color Harmonies of #75D796
Complementary color
Monochromatic Colors of #75D796
Black with #75D796
Text Example
Text Example
White with #75D796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D796; }
p { color: rgb(117,215,150); }
H1.HeaderClassName
{
color: #75D796;
}
.AnyTagClassName
{
color: #75D796;
}
</style>
background-color css
<style>
a { background-color: #75D796; }
a { background-color: rgb(117,215,150); }
div.DivClassName
{
background-color: #75D796;
}
.BgClassName
{
background-color: #75D796;
}
</style>
border-color css
<style>
span { border-color: #75D796; }
span { border-color: rgb(117,215,150); }
td.TdClassName
{
border-color: #75D796;
}
.TagClassName
{
border-color: #75D796;
}
</style>