Shades of Silver Tree #69D995
Tints of Silver Tree #69D995
RGB
CMYK
RGB Variations
Color information
#69D995 (or 0x69D995) is known color: Silver Tree. HEX triplet: 69, D9 and 95. RGB value is (105,217,149). Sum of RGB (Red+Green+Blue) = 105+217+149=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #69D995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D995 is #96266A. Grayscale: #AFAFAF. Windows color (decimal): -9840235 or 9820521. OLE color: 9820521.
HSL color Cylindrical-coordinate representation of color #69D995: hue angle of 143.57º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69D995 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 217 | 149 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.15 |
| HSL | 143.57º | 0.6% | 0.63% | - |
| HSV(B) | 143.57º | 0.52% | 0.85% | - |
| XYZ | 36.06 | 54.8 | 37.11 | - |
| YUV | 175.76 | 112.89 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 217 | 149 | 0.52 | 0 | 0.31 | 0.15 | 143.57 | 0.6 | 0.63 |
| Hex | 69 | D9 | 95 | 34 | 0 | 1F | F | 90 | 3C | 3F |
| Octal | 151 | 331 | 225 | 64 | 0 | 37 | 17 | 220 | 74 | 77 |
| Binary | 1101001 | 11011001 | 10010101 | 110100 | 0 | 11111 | 1111 | 10010000 | 111100 | 111111 |
Color Harmonies of #69D995
Complementary color
Monochromatic Colors of #69D995
Black with #69D995
Text Example
Text Example
White with #69D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D995; }
p { color: rgb(105,217,149); }
H1.HeaderClassName
{
color: #69D995;
}
.AnyTagClassName
{
color: #69D995;
}
</style>
background-color css
<style>
a { background-color: #69D995; }
a { background-color: rgb(105,217,149); }
div.DivClassName
{
background-color: #69D995;
}
.BgClassName
{
background-color: #69D995;
}
</style>
border-color css
<style>
span { border-color: #69D995; }
span { border-color: rgb(105,217,149); }
td.TdClassName
{
border-color: #69D995;
}
.TagClassName
{
border-color: #69D995;
}
</style>