Shades of Silver Tree #75DB9A
Tints of Silver Tree #75DB9A
RGB
CMYK
RGB Variations
Color information
#75DB9A (or 0x75DB9A) is known color: Silver Tree. HEX triplet: 75, DB and 9A. RGB value is (117,219,154). Sum of RGB (Red+Green+Blue) = 117+219+154=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DB9A is #8A2465. Grayscale: #B5B5B5. Windows color (decimal): -9053286 or 10148725. OLE color: 10148725.
HSL color Cylindrical-coordinate representation of color #75DB9A: hue angle of 141.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DB9A is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 154 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.14 |
| HSL | 141.76º | 0.59% | 0.66% | - |
| HSV(B) | 141.76º | 0.47% | 0.86% | - |
| XYZ | 38.5 | 56.78 | 39.5 | - |
| YUV | 181.09 | 112.71 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 154 | 0.47 | 0 | 0.30 | 0.14 | 141.76 | 0.59 | 0.66 |
| Hex | 75 | DB | 9A | 2F | 0 | 1E | E | 8E | 3B | 42 |
| Octal | 165 | 333 | 232 | 57 | 0 | 36 | 16 | 216 | 73 | 102 |
| Binary | 1110101 | 11011011 | 10011010 | 101111 | 0 | 11110 | 1110 | 10001110 | 111011 | 1000010 |
Color Harmonies of #75DB9A
Complementary color
Monochromatic Colors of #75DB9A
Black with #75DB9A
Text Example
Text Example
White with #75DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB9A; }
p { color: rgb(117,219,154); }
H1.HeaderClassName
{
color: #75DB9A;
}
.AnyTagClassName
{
color: #75DB9A;
}
</style>
background-color css
<style>
a { background-color: #75DB9A; }
a { background-color: rgb(117,219,154); }
div.DivClassName
{
background-color: #75DB9A;
}
.BgClassName
{
background-color: #75DB9A;
}
</style>
border-color css
<style>
span { border-color: #75DB9A; }
span { border-color: rgb(117,219,154); }
td.TdClassName
{
border-color: #75DB9A;
}
.TagClassName
{
border-color: #75DB9A;
}
</style>