Shades of Silver Tree #75D692
Tints of Silver Tree #75D692
RGB
CMYK
RGB Variations
Color information
#75D692 (or 0x75D692) is known color: Silver Tree. HEX triplet: 75, D6 and 92. RGB value is (117,214,146). Sum of RGB (Red+Green+Blue) = 117+214+146=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #75D692 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D692 is #8A296D. Grayscale: #B1B1B1. Windows color (decimal): -9054574 or 9623157. OLE color: 9623157.
HSL color Cylindrical-coordinate representation of color #75D692: hue angle of 137.94º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D692 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 214 | 146 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.16 |
| HSL | 137.94º | 0.54% | 0.65% | - |
| HSV(B) | 137.94º | 0.45% | 0.84% | - |
| XYZ | 36.57 | 53.95 | 35.68 | - |
| YUV | 177.25 | 110.36 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 214 | 146 | 0.45 | 0 | 0.32 | 0.16 | 137.94 | 0.54 | 0.65 |
| Hex | 75 | D6 | 92 | 2D | 0 | 20 | 10 | 8A | 36 | 41 |
| Octal | 165 | 326 | 222 | 55 | 0 | 40 | 20 | 212 | 66 | 101 |
| Binary | 1110101 | 11010110 | 10010010 | 101101 | 0 | 100000 | 10000 | 10001010 | 110110 | 1000001 |
Color Harmonies of #75D692
Complementary color
Monochromatic Colors of #75D692
Black with #75D692
Text Example
Text Example
White with #75D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D692; }
p { color: rgb(117,214,146); }
H1.HeaderClassName
{
color: #75D692;
}
.AnyTagClassName
{
color: #75D692;
}
</style>
background-color css
<style>
a { background-color: #75D692; }
a { background-color: rgb(117,214,146); }
div.DivClassName
{
background-color: #75D692;
}
.BgClassName
{
background-color: #75D692;
}
</style>
border-color css
<style>
span { border-color: #75D692; }
span { border-color: rgb(117,214,146); }
td.TdClassName
{
border-color: #75D692;
}
.TagClassName
{
border-color: #75D692;
}
</style>