Shades of Silver Tree #75C496
Tints of Silver Tree #75C496
RGB
CMYK
RGB Variations
Color information
#75C496 (or 0x75C496) is known color: Silver Tree. HEX triplet: 75, C4 and 96. RGB value is (117,196,150). Sum of RGB (Red+Green+Blue) = 117+196+150=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 196 - color contains mainly: green. Hex color #75C496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C496 is #8A3B69. Grayscale: #A7A7A7. Windows color (decimal): -9059178 or 9880693. OLE color: 9880693.
HSL color Cylindrical-coordinate representation of color #75C496: hue angle of 145.06º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C496 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 196 | 150 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.23 |
| HSL | 145.06º | 0.4% | 0.61% | - |
| HSV(B) | 145.06º | 0.4% | 0.77% | - |
| XYZ | 32.58 | 45.46 | 35.91 | - |
| YUV | 167.14 | 118.33 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 196 | 150 | 0.40 | 0 | 0.23 | 0.23 | 145.06 | 0.4 | 0.61 |
| Hex | 75 | C4 | 96 | 28 | 0 | 17 | 17 | 91 | 28 | 3D |
| Octal | 165 | 304 | 226 | 50 | 0 | 27 | 27 | 221 | 50 | 75 |
| Binary | 1110101 | 11000100 | 10010110 | 101000 | 0 | 10111 | 10111 | 10010001 | 101000 | 111101 |
Color Harmonies of #75C496
Complementary color
Monochromatic Colors of #75C496
Black with #75C496
Text Example
Text Example
White with #75C496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C496; }
p { color: rgb(117,196,150); }
H1.HeaderClassName
{
color: #75C496;
}
.AnyTagClassName
{
color: #75C496;
}
</style>
background-color css
<style>
a { background-color: #75C496; }
a { background-color: rgb(117,196,150); }
div.DivClassName
{
background-color: #75C496;
}
.BgClassName
{
background-color: #75C496;
}
</style>
border-color css
<style>
span { border-color: #75C496; }
span { border-color: rgb(117,196,150); }
td.TdClassName
{
border-color: #75C496;
}
.TagClassName
{
border-color: #75C496;
}
</style>