Shades of Silver Tree #75C88C
Tints of Silver Tree #75C88C
RGB
CMYK
RGB Variations
Color information
#75C88C (or 0x75C88C) is known color: Silver Tree. HEX triplet: 75, C8 and 8C. RGB value is (117,200,140). Sum of RGB (Red+Green+Blue) = 117+200+140=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #75C88C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C88C is #8A3773. Grayscale: #A8A8A8. Windows color (decimal): -9058164 or 9226357. OLE color: 9226357.
HSL color Cylindrical-coordinate representation of color #75C88C: hue angle of 136.63º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75C88C is Cyan = 0.42, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 200 | 140 | - |
| CMYK | 0.42 | 0 | 0.3 | 0.22 |
| HSL | 136.63º | 0.43% | 0.62% | - |
| HSV(B) | 136.63º | 0.42% | 0.78% | - |
| XYZ | 32.72 | 46.98 | 32.16 | - |
| YUV | 168.34 | 112 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 200 | 140 | 0.42 | 0 | 0.3 | 0.22 | 136.63 | 0.43 | 0.62 |
| Hex | 75 | C8 | 8C | 2A | 0 | 1E | 16 | 89 | 2B | 3E |
| Octal | 165 | 310 | 214 | 52 | 0 | 36 | 26 | 211 | 53 | 76 |
| Binary | 1110101 | 11001000 | 10001100 | 101010 | 0 | 11110 | 10110 | 10001001 | 101011 | 111110 |
Color Harmonies of #75C88C
Complementary color
Monochromatic Colors of #75C88C
Black with #75C88C
Text Example
Text Example
White with #75C88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C88C; }
p { color: rgb(117,200,140); }
H1.HeaderClassName
{
color: #75C88C;
}
.AnyTagClassName
{
color: #75C88C;
}
</style>
background-color css
<style>
a { background-color: #75C88C; }
a { background-color: rgb(117,200,140); }
div.DivClassName
{
background-color: #75C88C;
}
.BgClassName
{
background-color: #75C88C;
}
</style>
border-color css
<style>
span { border-color: #75C88C; }
span { border-color: rgb(117,200,140); }
td.TdClassName
{
border-color: #75C88C;
}
.TagClassName
{
border-color: #75C88C;
}
</style>