Shades of Silver Tree #75C198
Tints of Silver Tree #75C198
RGB
CMYK
RGB Variations
Color information
#75C198 (or 0x75C198) is known color: Silver Tree. HEX triplet: 75, C1 and 98. RGB value is (117,193,152). Sum of RGB (Red+Green+Blue) = 117+193+152=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #75C198 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C198 is #8A3E67. Grayscale: #A5A5A5. Windows color (decimal): -9059944 or 10010997. OLE color: 10010997.
HSL color Cylindrical-coordinate representation of color #75C198: hue angle of 147.63º 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 #75C198 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 193 | 152 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.24 |
| HSL | 147.63º | 0.38% | 0.61% | - |
| HSV(B) | 147.63º | 0.39% | 0.76% | - |
| XYZ | 32.07 | 44.19 | 36.54 | - |
| YUV | 165.6 | 120.32 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 193 | 152 | 0.39 | 0 | 0.21 | 0.24 | 147.63 | 0.38 | 0.61 |
| Hex | 75 | C1 | 98 | 27 | 0 | 15 | 18 | 94 | 26 | 3D |
| Octal | 165 | 301 | 230 | 47 | 0 | 25 | 30 | 224 | 46 | 75 |
| Binary | 1110101 | 11000001 | 10011000 | 100111 | 0 | 10101 | 11000 | 10010100 | 100110 | 111101 |
Color Harmonies of #75C198
Complementary color
Monochromatic Colors of #75C198
Black with #75C198
Text Example
Text Example
White with #75C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C198; }
p { color: rgb(117,193,152); }
H1.HeaderClassName
{
color: #75C198;
}
.AnyTagClassName
{
color: #75C198;
}
</style>
background-color css
<style>
a { background-color: #75C198; }
a { background-color: rgb(117,193,152); }
div.DivClassName
{
background-color: #75C198;
}
.BgClassName
{
background-color: #75C198;
}
</style>
border-color css
<style>
span { border-color: #75C198; }
span { border-color: rgb(117,193,152); }
td.TdClassName
{
border-color: #75C198;
}
.TagClassName
{
border-color: #75C198;
}
</style>