Shades of Silver Tree #75D89B
Tints of Silver Tree #75D89B
RGB
CMYK
RGB Variations
Color information
#75D89B (or 0x75D89B) is known color: Silver Tree. HEX triplet: 75, D8 and 9B. RGB value is (117,216,155). Sum of RGB (Red+Green+Blue) = 117+216+155=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #75D89B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D89B is #8A2764. Grayscale: #B3B3B3. Windows color (decimal): -9054053 or 10213493. OLE color: 10213493.
HSL color Cylindrical-coordinate representation of color #75D89B: hue angle of 143.03º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D89B is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 216 | 155 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.15 |
| HSL | 143.03º | 0.56% | 0.65% | - |
| HSV(B) | 143.03º | 0.46% | 0.85% | - |
| XYZ | 37.81 | 55.26 | 39.68 | - |
| YUV | 179.45 | 114.2 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 216 | 155 | 0.46 | 0 | 0.28 | 0.15 | 143.03 | 0.56 | 0.65 |
| Hex | 75 | D8 | 9B | 2E | 0 | 1C | F | 8F | 38 | 41 |
| Octal | 165 | 330 | 233 | 56 | 0 | 34 | 17 | 217 | 70 | 101 |
| Binary | 1110101 | 11011000 | 10011011 | 101110 | 0 | 11100 | 1111 | 10001111 | 111000 | 1000001 |
Color Harmonies of #75D89B
Complementary color
Monochromatic Colors of #75D89B
Black with #75D89B
Text Example
Text Example
White with #75D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D89B; }
p { color: rgb(117,216,155); }
H1.HeaderClassName
{
color: #75D89B;
}
.AnyTagClassName
{
color: #75D89B;
}
</style>
background-color css
<style>
a { background-color: #75D89B; }
a { background-color: rgb(117,216,155); }
div.DivClassName
{
background-color: #75D89B;
}
.BgClassName
{
background-color: #75D89B;
}
</style>
border-color css
<style>
span { border-color: #75D89B; }
span { border-color: rgb(117,216,155); }
td.TdClassName
{
border-color: #75D89B;
}
.TagClassName
{
border-color: #75D89B;
}
</style>