Shades of Silver Tree #69D998
Tints of Silver Tree #69D998
RGB
CMYK
RGB Variations
Color information
#69D998 (or 0x69D998) is known color: Silver Tree. HEX triplet: 69, D9 and 98. RGB value is (105,217,152). Sum of RGB (Red+Green+Blue) = 105+217+152=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #69D998 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D998 is #962667. Grayscale: #B0B0B0. Windows color (decimal): -9840232 or 10017129. OLE color: 10017129.
HSL color Cylindrical-coordinate representation of color #69D998: hue angle of 145.18º 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 #69D998 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 217 | 152 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.15 |
| HSL | 145.18º | 0.6% | 0.63% | - |
| HSV(B) | 145.18º | 0.52% | 0.85% | - |
| XYZ | 36.31 | 54.9 | 38.39 | - |
| YUV | 176.1 | 114.39 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 217 | 152 | 0.52 | 0 | 0.30 | 0.15 | 145.18 | 0.6 | 0.63 |
| Hex | 69 | D9 | 98 | 34 | 0 | 1E | F | 91 | 3C | 3F |
| Octal | 151 | 331 | 230 | 64 | 0 | 36 | 17 | 221 | 74 | 77 |
| Binary | 1101001 | 11011001 | 10011000 | 110100 | 0 | 11110 | 1111 | 10010001 | 111100 | 111111 |
Color Harmonies of #69D998
Complementary color
Monochromatic Colors of #69D998
Black with #69D998
Text Example
Text Example
White with #69D998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D998; }
p { color: rgb(105,217,152); }
H1.HeaderClassName
{
color: #69D998;
}
.AnyTagClassName
{
color: #69D998;
}
</style>
background-color css
<style>
a { background-color: #69D998; }
a { background-color: rgb(105,217,152); }
div.DivClassName
{
background-color: #69D998;
}
.BgClassName
{
background-color: #69D998;
}
</style>
border-color css
<style>
span { border-color: #69D998; }
span { border-color: rgb(105,217,152); }
td.TdClassName
{
border-color: #69D998;
}
.TagClassName
{
border-color: #69D998;
}
</style>