Shades of Silver Tree #75C09A
Tints of Silver Tree #75C09A
RGB
CMYK
RGB Variations
Color information
#75C09A (or 0x75C09A) is known color: Silver Tree. HEX triplet: 75, C0 and 9A. RGB value is (117,192,154). Sum of RGB (Red+Green+Blue) = 117+192+154=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #75C09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C09A is #8A3F65. Grayscale: #A5A5A5. Windows color (decimal): -9060198 or 10141813. OLE color: 10141813.
HSL color Cylindrical-coordinate representation of color #75C09A: hue angle of 149.6º 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 #75C09A is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 192 | 154 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.25 |
| HSL | 149.6º | 0.37% | 0.61% | - |
| HSV(B) | 149.6º | 0.39% | 0.75% | - |
| XYZ | 32.02 | 43.81 | 37.34 | - |
| YUV | 165.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 192 | 154 | 0.39 | 0 | 0.20 | 0.25 | 149.6 | 0.37 | 0.61 |
| Hex | 75 | C0 | 9A | 27 | 0 | 14 | 19 | 96 | 25 | 3D |
| Octal | 165 | 300 | 232 | 47 | 0 | 24 | 31 | 226 | 45 | 75 |
| Binary | 1110101 | 11000000 | 10011010 | 100111 | 0 | 10100 | 11001 | 10010110 | 100101 | 111101 |
Color Harmonies of #75C09A
Complementary color
Monochromatic Colors of #75C09A
Black with #75C09A
Text Example
Text Example
White with #75C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C09A; }
p { color: rgb(117,192,154); }
H1.HeaderClassName
{
color: #75C09A;
}
.AnyTagClassName
{
color: #75C09A;
}
</style>
background-color css
<style>
a { background-color: #75C09A; }
a { background-color: rgb(117,192,154); }
div.DivClassName
{
background-color: #75C09A;
}
.BgClassName
{
background-color: #75C09A;
}
</style>
border-color css
<style>
span { border-color: #75C09A; }
span { border-color: rgb(117,192,154); }
td.TdClassName
{
border-color: #75C09A;
}
.TagClassName
{
border-color: #75C09A;
}
</style>