Shades of Silver Tree #75C997
Tints of Silver Tree #75C997
RGB
CMYK
RGB Variations
Color information
#75C997 (or 0x75C997) is known color: Silver Tree. HEX triplet: 75, C9 and 97. RGB value is (117,201,151). Sum of RGB (Red+Green+Blue) = 117+201+151=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #75C997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C997 is #8A3668. Grayscale: #AAAAAA. Windows color (decimal): -9057897 or 9947509. OLE color: 9947509.
HSL color Cylindrical-coordinate representation of color #75C997: hue angle of 144.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75C997 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 201 | 151 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.21 |
| HSL | 144.29º | 0.44% | 0.62% | - |
| HSV(B) | 144.29º | 0.42% | 0.79% | - |
| XYZ | 33.81 | 47.79 | 36.72 | - |
| YUV | 170.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 201 | 151 | 0.42 | 0 | 0.25 | 0.21 | 144.29 | 0.44 | 0.62 |
| Hex | 75 | C9 | 97 | 2A | 0 | 19 | 15 | 90 | 2C | 3E |
| Octal | 165 | 311 | 227 | 52 | 0 | 31 | 25 | 220 | 54 | 76 |
| Binary | 1110101 | 11001001 | 10010111 | 101010 | 0 | 11001 | 10101 | 10010000 | 101100 | 111110 |
Color Harmonies of #75C997
Complementary color
Monochromatic Colors of #75C997
Black with #75C997
Text Example
Text Example
White with #75C997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C997; }
p { color: rgb(117,201,151); }
H1.HeaderClassName
{
color: #75C997;
}
.AnyTagClassName
{
color: #75C997;
}
</style>
background-color css
<style>
a { background-color: #75C997; }
a { background-color: rgb(117,201,151); }
div.DivClassName
{
background-color: #75C997;
}
.BgClassName
{
background-color: #75C997;
}
</style>
border-color css
<style>
span { border-color: #75C997; }
span { border-color: rgb(117,201,151); }
td.TdClassName
{
border-color: #75C997;
}
.TagClassName
{
border-color: #75C997;
}
</style>