Shades of Silver Tree #75C494
Tints of Silver Tree #75C494
RGB
CMYK
RGB Variations
Color information
#75C494 (or 0x75C494) is known color: Silver Tree. HEX triplet: 75, C4 and 94. RGB value is (117,196,148). Sum of RGB (Red+Green+Blue) = 117+196+148=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 196 - color contains mainly: green. Hex color #75C494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C494 is #8A3B6B. Grayscale: #A7A7A7. Windows color (decimal): -9059180 or 9749621. OLE color: 9749621.
HSL color Cylindrical-coordinate representation of color #75C494: hue angle of 143.54º 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 #75C494 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 196 | 148 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.23 |
| HSL | 143.54º | 0.4% | 0.61% | - |
| HSV(B) | 143.54º | 0.4% | 0.77% | - |
| XYZ | 32.42 | 45.4 | 35.07 | - |
| YUV | 166.91 | 117.33 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 196 | 148 | 0.40 | 0 | 0.24 | 0.23 | 143.54 | 0.4 | 0.61 |
| Hex | 75 | C4 | 94 | 28 | 0 | 18 | 17 | 90 | 28 | 3D |
| Octal | 165 | 304 | 224 | 50 | 0 | 30 | 27 | 220 | 50 | 75 |
| Binary | 1110101 | 11000100 | 10010100 | 101000 | 0 | 11000 | 10111 | 10010000 | 101000 | 111101 |
Color Harmonies of #75C494
Complementary color
Monochromatic Colors of #75C494
Black with #75C494
Text Example
Text Example
White with #75C494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C494; }
p { color: rgb(117,196,148); }
H1.HeaderClassName
{
color: #75C494;
}
.AnyTagClassName
{
color: #75C494;
}
</style>
background-color css
<style>
a { background-color: #75C494; }
a { background-color: rgb(117,196,148); }
div.DivClassName
{
background-color: #75C494;
}
.BgClassName
{
background-color: #75C494;
}
</style>
border-color css
<style>
span { border-color: #75C494; }
span { border-color: rgb(117,196,148); }
td.TdClassName
{
border-color: #75C494;
}
.TagClassName
{
border-color: #75C494;
}
</style>