Shades of Silver Tree #75D693
Tints of Silver Tree #75D693
RGB
CMYK
RGB Variations
Color information
#75D693 (or 0x75D693) is known color: Silver Tree. HEX triplet: 75, D6 and 93. RGB value is (117,214,147). Sum of RGB (Red+Green+Blue) = 117+214+147=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #75D693 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D693 is #8A296C. Grayscale: #B1B1B1. Windows color (decimal): -9054573 or 9688693. OLE color: 9688693.
HSL color Cylindrical-coordinate representation of color #75D693: hue angle of 138.56º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D693 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 214 | 147 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.16 |
| HSL | 138.56º | 0.54% | 0.65% | - |
| HSV(B) | 138.56º | 0.45% | 0.84% | - |
| XYZ | 36.65 | 53.98 | 36.09 | - |
| YUV | 177.36 | 110.86 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 214 | 147 | 0.45 | 0 | 0.31 | 0.16 | 138.56 | 0.54 | 0.65 |
| Hex | 75 | D6 | 93 | 2D | 0 | 1F | 10 | 8B | 36 | 41 |
| Octal | 165 | 326 | 223 | 55 | 0 | 37 | 20 | 213 | 66 | 101 |
| Binary | 1110101 | 11010110 | 10010011 | 101101 | 0 | 11111 | 10000 | 10001011 | 110110 | 1000001 |
Color Harmonies of #75D693
Complementary color
Monochromatic Colors of #75D693
Black with #75D693
Text Example
Text Example
White with #75D693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D693; }
p { color: rgb(117,214,147); }
H1.HeaderClassName
{
color: #75D693;
}
.AnyTagClassName
{
color: #75D693;
}
</style>
background-color css
<style>
a { background-color: #75D693; }
a { background-color: rgb(117,214,147); }
div.DivClassName
{
background-color: #75D693;
}
.BgClassName
{
background-color: #75D693;
}
</style>
border-color css
<style>
span { border-color: #75D693; }
span { border-color: rgb(117,214,147); }
td.TdClassName
{
border-color: #75D693;
}
.TagClassName
{
border-color: #75D693;
}
</style>