Shades of Silver Tree #75C597
Tints of Silver Tree #75C597
RGB
CMYK
RGB Variations
Color information
#75C597 (or 0x75C597) is known color: Silver Tree. HEX triplet: 75, C5 and 97. RGB value is (117,197,151). Sum of RGB (Red+Green+Blue) = 117+197+151=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #75C597 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C597 is #8A3A68. Grayscale: #A7A7A7. Windows color (decimal): -9058921 or 9946485. OLE color: 9946485.
HSL color Cylindrical-coordinate representation of color #75C597: hue angle of 145.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C597 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 151 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.23 |
| HSL | 145.5º | 0.41% | 0.62% | - |
| HSV(B) | 145.5º | 0.41% | 0.77% | - |
| XYZ | 32.89 | 45.95 | 36.41 | - |
| YUV | 167.84 | 118.5 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 151 | 0.41 | 0 | 0.23 | 0.23 | 145.5 | 0.41 | 0.62 |
| Hex | 75 | C5 | 97 | 29 | 0 | 17 | 17 | 92 | 29 | 3E |
| Octal | 165 | 305 | 227 | 51 | 0 | 27 | 27 | 222 | 51 | 76 |
| Binary | 1110101 | 11000101 | 10010111 | 101001 | 0 | 10111 | 10111 | 10010010 | 101001 | 111110 |
Color Harmonies of #75C597
Complementary color
Monochromatic Colors of #75C597
Black with #75C597
Text Example
Text Example
White with #75C597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C597; }
p { color: rgb(117,197,151); }
H1.HeaderClassName
{
color: #75C597;
}
.AnyTagClassName
{
color: #75C597;
}
</style>
background-color css
<style>
a { background-color: #75C597; }
a { background-color: rgb(117,197,151); }
div.DivClassName
{
background-color: #75C597;
}
.BgClassName
{
background-color: #75C597;
}
</style>
border-color css
<style>
span { border-color: #75C597; }
span { border-color: rgb(117,197,151); }
td.TdClassName
{
border-color: #75C597;
}
.TagClassName
{
border-color: #75C597;
}
</style>