Shades of Silver Tree #69D08D
Tints of Silver Tree #69D08D
RGB
CMYK
RGB Variations
Color information
#69D08D (or 0x69D08D) is known color: Silver Tree. HEX triplet: 69, D0 and 8D. RGB value is (105,208,141). Sum of RGB (Red+Green+Blue) = 105+208+141=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #69D08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D08D is #962F72. Grayscale: #A9A9A9. Windows color (decimal): -9842547 or 9293929. OLE color: 9293929.
HSL color Cylindrical-coordinate representation of color #69D08D: hue angle of 140.97º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D08D is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 208 | 141 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.18 |
| HSL | 140.97º | 0.52% | 0.61% | - |
| HSV(B) | 140.97º | 0.5% | 0.82% | - |
| XYZ | 33.19 | 50.04 | 33.11 | - |
| YUV | 169.57 | 111.88 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 208 | 141 | 0.50 | 0 | 0.32 | 0.18 | 140.97 | 0.52 | 0.61 |
| Hex | 69 | D0 | 8D | 32 | 0 | 20 | 12 | 8D | 34 | 3D |
| Octal | 151 | 320 | 215 | 62 | 0 | 40 | 22 | 215 | 64 | 75 |
| Binary | 1101001 | 11010000 | 10001101 | 110010 | 0 | 100000 | 10010 | 10001101 | 110100 | 111101 |
Color Harmonies of #69D08D
Complementary color
Monochromatic Colors of #69D08D
Black with #69D08D
Text Example
Text Example
White with #69D08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D08D; }
p { color: rgb(105,208,141); }
H1.HeaderClassName
{
color: #69D08D;
}
.AnyTagClassName
{
color: #69D08D;
}
</style>
background-color css
<style>
a { background-color: #69D08D; }
a { background-color: rgb(105,208,141); }
div.DivClassName
{
background-color: #69D08D;
}
.BgClassName
{
background-color: #69D08D;
}
</style>
border-color css
<style>
span { border-color: #69D08D; }
span { border-color: rgb(105,208,141); }
td.TdClassName
{
border-color: #69D08D;
}
.TagClassName
{
border-color: #69D08D;
}
</style>