Shades of Silver Tree #75C193
Tints of Silver Tree #75C193
RGB
CMYK
RGB Variations
Color information
#75C193 (or 0x75C193) is known color: Silver Tree. HEX triplet: 75, C1 and 93. RGB value is (117,193,147). Sum of RGB (Red+Green+Blue) = 117+193+147=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #75C193 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C193 is #8A3E6C. Grayscale: #A5A5A5. Windows color (decimal): -9059949 or 9683317. OLE color: 9683317.
HSL color Cylindrical-coordinate representation of color #75C193: hue angle of 143.68º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C193 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 193 | 147 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.24 |
| HSL | 143.68º | 0.38% | 0.61% | - |
| HSV(B) | 143.68º | 0.39% | 0.76% | - |
| XYZ | 31.67 | 44.03 | 34.43 | - |
| YUV | 165.03 | 117.82 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 193 | 147 | 0.39 | 0 | 0.24 | 0.24 | 143.68 | 0.38 | 0.61 |
| Hex | 75 | C1 | 93 | 27 | 0 | 18 | 18 | 90 | 26 | 3D |
| Octal | 165 | 301 | 223 | 47 | 0 | 30 | 30 | 220 | 46 | 75 |
| Binary | 1110101 | 11000001 | 10010011 | 100111 | 0 | 11000 | 11000 | 10010000 | 100110 | 111101 |
Color Harmonies of #75C193
Complementary color
Monochromatic Colors of #75C193
Black with #75C193
Text Example
Text Example
White with #75C193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C193; }
p { color: rgb(117,193,147); }
H1.HeaderClassName
{
color: #75C193;
}
.AnyTagClassName
{
color: #75C193;
}
</style>
background-color css
<style>
a { background-color: #75C193; }
a { background-color: rgb(117,193,147); }
div.DivClassName
{
background-color: #75C193;
}
.BgClassName
{
background-color: #75C193;
}
</style>
border-color css
<style>
span { border-color: #75C193; }
span { border-color: rgb(117,193,147); }
td.TdClassName
{
border-color: #75C193;
}
.TagClassName
{
border-color: #75C193;
}
</style>