Shades of Silver Tree #75D092
Tints of Silver Tree #75D092
RGB
CMYK
RGB Variations
Color information
#75D092 (or 0x75D092) is known color: Silver Tree. HEX triplet: 75, D0 and 92. RGB value is (117,208,146). Sum of RGB (Red+Green+Blue) = 117+208+146=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #75D092 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D092 is #8A2F6D. Grayscale: #ADADAD. Windows color (decimal): -9056110 or 9621621. OLE color: 9621621.
HSL color Cylindrical-coordinate representation of color #75D092: hue angle of 139.12º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D092 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 208 | 146 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.18 |
| HSL | 139.12º | 0.49% | 0.64% | - |
| HSV(B) | 139.12º | 0.44% | 0.82% | - |
| XYZ | 35.08 | 50.97 | 35.18 | - |
| YUV | 173.72 | 112.35 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 208 | 146 | 0.44 | 0 | 0.30 | 0.18 | 139.12 | 0.49 | 0.64 |
| Hex | 75 | D0 | 92 | 2C | 0 | 1E | 12 | 8B | 31 | 40 |
| Octal | 165 | 320 | 222 | 54 | 0 | 36 | 22 | 213 | 61 | 100 |
| Binary | 1110101 | 11010000 | 10010010 | 101100 | 0 | 11110 | 10010 | 10001011 | 110001 | 1000000 |
Color Harmonies of #75D092
Complementary color
Monochromatic Colors of #75D092
Black with #75D092
Text Example
Text Example
White with #75D092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D092; }
p { color: rgb(117,208,146); }
H1.HeaderClassName
{
color: #75D092;
}
.AnyTagClassName
{
color: #75D092;
}
</style>
background-color css
<style>
a { background-color: #75D092; }
a { background-color: rgb(117,208,146); }
div.DivClassName
{
background-color: #75D092;
}
.BgClassName
{
background-color: #75D092;
}
</style>
border-color css
<style>
span { border-color: #75D092; }
span { border-color: rgb(117,208,146); }
td.TdClassName
{
border-color: #75D092;
}
.TagClassName
{
border-color: #75D092;
}
</style>