Shades of Silver Tree #75C69C
Tints of Silver Tree #75C69C
RGB
CMYK
RGB Variations
Color information
#75C69C (or 0x75C69C) is known color: Silver Tree. HEX triplet: 75, C6 and 9C. RGB value is (117,198,156). Sum of RGB (Red+Green+Blue) = 117+198+156=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #75C69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C69C is #8A3963. Grayscale: #A9A9A9. Windows color (decimal): -9058660 or 10274421. OLE color: 10274421.
HSL color Cylindrical-coordinate representation of color #75C69C: hue angle of 148.89º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C69C is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 198 | 156 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.22 |
| HSL | 148.89º | 0.42% | 0.62% | - |
| HSV(B) | 148.89º | 0.41% | 0.78% | - |
| XYZ | 33.53 | 46.57 | 38.67 | - |
| YUV | 168.99 | 120.66 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 198 | 156 | 0.41 | 0 | 0.21 | 0.22 | 148.89 | 0.42 | 0.62 |
| Hex | 75 | C6 | 9C | 29 | 0 | 15 | 16 | 95 | 2A | 3E |
| Octal | 165 | 306 | 234 | 51 | 0 | 25 | 26 | 225 | 52 | 76 |
| Binary | 1110101 | 11000110 | 10011100 | 101001 | 0 | 10101 | 10110 | 10010101 | 101010 | 111110 |
Color Harmonies of #75C69C
Complementary color
Monochromatic Colors of #75C69C
Black with #75C69C
Text Example
Text Example
White with #75C69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C69C; }
p { color: rgb(117,198,156); }
H1.HeaderClassName
{
color: #75C69C;
}
.AnyTagClassName
{
color: #75C69C;
}
</style>
background-color css
<style>
a { background-color: #75C69C; }
a { background-color: rgb(117,198,156); }
div.DivClassName
{
background-color: #75C69C;
}
.BgClassName
{
background-color: #75C69C;
}
</style>
border-color css
<style>
span { border-color: #75C69C; }
span { border-color: rgb(117,198,156); }
td.TdClassName
{
border-color: #75C69C;
}
.TagClassName
{
border-color: #75C69C;
}
</style>