Shades of Silver Tree #75C49C
Tints of Silver Tree #75C49C
RGB
CMYK
RGB Variations
Color information
#75C49C (or 0x75C49C) is known color: Silver Tree. HEX triplet: 75, C4 and 9C. RGB value is (117,196,156). Sum of RGB (Red+Green+Blue) = 117+196+156=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #75C49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C49C is #8A3B63. Grayscale: #A7A7A7. Windows color (decimal): -9059172 or 10273909. OLE color: 10273909.
HSL color Cylindrical-coordinate representation of color #75C49C: hue angle of 149.62º 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 #75C49C is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 196 | 156 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.23 |
| HSL | 149.62º | 0.4% | 0.61% | - |
| HSV(B) | 149.62º | 0.4% | 0.77% | - |
| XYZ | 33.08 | 45.66 | 38.52 | - |
| YUV | 167.82 | 121.33 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 196 | 156 | 0.40 | 0 | 0.20 | 0.23 | 149.62 | 0.4 | 0.61 |
| Hex | 75 | C4 | 9C | 28 | 0 | 14 | 17 | 96 | 28 | 3D |
| Octal | 165 | 304 | 234 | 50 | 0 | 24 | 27 | 226 | 50 | 75 |
| Binary | 1110101 | 11000100 | 10011100 | 101000 | 0 | 10100 | 10111 | 10010110 | 101000 | 111101 |
Color Harmonies of #75C49C
Complementary color
Monochromatic Colors of #75C49C
Black with #75C49C
Text Example
Text Example
White with #75C49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C49C; }
p { color: rgb(117,196,156); }
H1.HeaderClassName
{
color: #75C49C;
}
.AnyTagClassName
{
color: #75C49C;
}
</style>
background-color css
<style>
a { background-color: #75C49C; }
a { background-color: rgb(117,196,156); }
div.DivClassName
{
background-color: #75C49C;
}
.BgClassName
{
background-color: #75C49C;
}
</style>
border-color css
<style>
span { border-color: #75C49C; }
span { border-color: rgb(117,196,156); }
td.TdClassName
{
border-color: #75C49C;
}
.TagClassName
{
border-color: #75C49C;
}
</style>