Shades of Silver Tree #75C48F
Tints of Silver Tree #75C48F
RGB
CMYK
RGB Variations
Color information
#75C48F (or 0x75C48F) is known color: Silver Tree. HEX triplet: 75, C4 and 8F. RGB value is (117,196,143). Sum of RGB (Red+Green+Blue) = 117+196+143=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #75C48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C48F is #8A3B70. Grayscale: #A6A6A6. Windows color (decimal): -9059185 or 9421941. OLE color: 9421941.
HSL color Cylindrical-coordinate representation of color #75C48F: hue angle of 139.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C48F is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 196 | 143 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.23 |
| HSL | 139.75º | 0.4% | 0.61% | - |
| HSV(B) | 139.75º | 0.4% | 0.77% | - |
| XYZ | 32.03 | 45.24 | 33.03 | - |
| YUV | 166.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 196 | 143 | 0.40 | 0 | 0.27 | 0.23 | 139.75 | 0.4 | 0.61 |
| Hex | 75 | C4 | 8F | 28 | 0 | 1B | 17 | 8C | 28 | 3D |
| Octal | 165 | 304 | 217 | 50 | 0 | 33 | 27 | 214 | 50 | 75 |
| Binary | 1110101 | 11000100 | 10001111 | 101000 | 0 | 11011 | 10111 | 10001100 | 101000 | 111101 |
Color Harmonies of #75C48F
Complementary color
Monochromatic Colors of #75C48F
Black with #75C48F
Text Example
Text Example
White with #75C48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C48F; }
p { color: rgb(117,196,143); }
H1.HeaderClassName
{
color: #75C48F;
}
.AnyTagClassName
{
color: #75C48F;
}
</style>
background-color css
<style>
a { background-color: #75C48F; }
a { background-color: rgb(117,196,143); }
div.DivClassName
{
background-color: #75C48F;
}
.BgClassName
{
background-color: #75C48F;
}
</style>
border-color css
<style>
span { border-color: #75C48F; }
span { border-color: rgb(117,196,143); }
td.TdClassName
{
border-color: #75C48F;
}
.TagClassName
{
border-color: #75C48F;
}
</style>