Shades of Silver Tree #75C09C
Tints of Silver Tree #75C09C
RGB
CMYK
RGB Variations
Color information
#75C09C (or 0x75C09C) is known color: Silver Tree. HEX triplet: 75, C0 and 9C. RGB value is (117,192,156). Sum of RGB (Red+Green+Blue) = 117+192+156=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #75C09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C09C is #8A3F63. Grayscale: #A5A5A5. Windows color (decimal): -9060196 or 10272885. OLE color: 10272885.
HSL color Cylindrical-coordinate representation of color #75C09C: hue angle of 151.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C09C is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 192 | 156 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.25 |
| HSL | 151.2º | 0.37% | 0.61% | - |
| HSV(B) | 151.2º | 0.39% | 0.75% | - |
| XYZ | 32.19 | 43.88 | 38.23 | - |
| YUV | 165.47 | 122.65 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 192 | 156 | 0.39 | 0 | 0.19 | 0.25 | 151.2 | 0.37 | 0.61 |
| Hex | 75 | C0 | 9C | 27 | 0 | 13 | 19 | 97 | 25 | 3D |
| Octal | 165 | 300 | 234 | 47 | 0 | 23 | 31 | 227 | 45 | 75 |
| Binary | 1110101 | 11000000 | 10011100 | 100111 | 0 | 10011 | 11001 | 10010111 | 100101 | 111101 |
Color Harmonies of #75C09C
Complementary color
Monochromatic Colors of #75C09C
Black with #75C09C
Text Example
Text Example
White with #75C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C09C; }
p { color: rgb(117,192,156); }
H1.HeaderClassName
{
color: #75C09C;
}
.AnyTagClassName
{
color: #75C09C;
}
</style>
background-color css
<style>
a { background-color: #75C09C; }
a { background-color: rgb(117,192,156); }
div.DivClassName
{
background-color: #75C09C;
}
.BgClassName
{
background-color: #75C09C;
}
</style>
border-color css
<style>
span { border-color: #75C09C; }
span { border-color: rgb(117,192,156); }
td.TdClassName
{
border-color: #75C09C;
}
.TagClassName
{
border-color: #75C09C;
}
</style>