Shades of Silver Tree #75CB8D
Tints of Silver Tree #75CB8D
RGB
CMYK
RGB Variations
Color information
#75CB8D (or 0x75CB8D) is known color: Silver Tree. HEX triplet: 75, CB and 8D. RGB value is (117,203,141). Sum of RGB (Red+Green+Blue) = 117+203+141=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CB8D is #8A3472. Grayscale: #AAAAAA. Windows color (decimal): -9057395 or 9292661. OLE color: 9292661.
HSL color Cylindrical-coordinate representation of color #75CB8D: hue angle of 136.74º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CB8D is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 203 | 141 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.20 |
| HSL | 136.74º | 0.45% | 0.63% | - |
| HSV(B) | 136.74º | 0.42% | 0.8% | - |
| XYZ | 33.5 | 48.42 | 32.78 | - |
| YUV | 170.22 | 111.51 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 141 | 0.42 | 0 | 0.31 | 0.20 | 136.74 | 0.45 | 0.63 |
| Hex | 75 | CB | 8D | 2A | 0 | 1F | 14 | 89 | 2D | 3F |
| Octal | 165 | 313 | 215 | 52 | 0 | 37 | 24 | 211 | 55 | 77 |
| Binary | 1110101 | 11001011 | 10001101 | 101010 | 0 | 11111 | 10100 | 10001001 | 101101 | 111111 |
Color Harmonies of #75CB8D
Complementary color
Monochromatic Colors of #75CB8D
Black with #75CB8D
Text Example
Text Example
White with #75CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CB8D; }
p { color: rgb(117,203,141); }
H1.HeaderClassName
{
color: #75CB8D;
}
.AnyTagClassName
{
color: #75CB8D;
}
</style>
background-color css
<style>
a { background-color: #75CB8D; }
a { background-color: rgb(117,203,141); }
div.DivClassName
{
background-color: #75CB8D;
}
.BgClassName
{
background-color: #75CB8D;
}
</style>
border-color css
<style>
span { border-color: #75CB8D; }
span { border-color: rgb(117,203,141); }
td.TdClassName
{
border-color: #75CB8D;
}
.TagClassName
{
border-color: #75CB8D;
}
</style>