Shades of Silver Tree #75C49D
Tints of Silver Tree #75C49D
RGB
CMYK
RGB Variations
Color information
#75C49D (or 0x75C49D) is known color: Silver Tree. HEX triplet: 75, C4 and 9D. RGB value is (117,196,157). Sum of RGB (Red+Green+Blue) = 117+196+157=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #75C49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C49D is #8A3B62. Grayscale: #A8A8A8. Windows color (decimal): -9059171 or 10339445. OLE color: 10339445.
HSL color Cylindrical-coordinate representation of color #75C49D: hue angle of 150.38º 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 #75C49D is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 196 | 157 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.23 |
| HSL | 150.38º | 0.4% | 0.61% | - |
| HSV(B) | 150.38º | 0.4% | 0.77% | - |
| XYZ | 33.16 | 45.7 | 38.97 | - |
| YUV | 167.93 | 121.83 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 196 | 157 | 0.40 | 0 | 0.20 | 0.23 | 150.38 | 0.4 | 0.61 |
| Hex | 75 | C4 | 9D | 28 | 0 | 14 | 17 | 96 | 28 | 3D |
| Octal | 165 | 304 | 235 | 50 | 0 | 24 | 27 | 226 | 50 | 75 |
| Binary | 1110101 | 11000100 | 10011101 | 101000 | 0 | 10100 | 10111 | 10010110 | 101000 | 111101 |
Color Harmonies of #75C49D
Complementary color
Monochromatic Colors of #75C49D
Black with #75C49D
Text Example
Text Example
White with #75C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C49D; }
p { color: rgb(117,196,157); }
H1.HeaderClassName
{
color: #75C49D;
}
.AnyTagClassName
{
color: #75C49D;
}
</style>
background-color css
<style>
a { background-color: #75C49D; }
a { background-color: rgb(117,196,157); }
div.DivClassName
{
background-color: #75C49D;
}
.BgClassName
{
background-color: #75C49D;
}
</style>
border-color css
<style>
span { border-color: #75C49D; }
span { border-color: rgb(117,196,157); }
td.TdClassName
{
border-color: #75C49D;
}
.TagClassName
{
border-color: #75C49D;
}
</style>