Shades of Silver Tree #69D09B
Tints of Silver Tree #69D09B
RGB
CMYK
RGB Variations
Color information
#69D09B (or 0x69D09B) is known color: Silver Tree. HEX triplet: 69, D0 and 9B. RGB value is (105,208,155). Sum of RGB (Red+Green+Blue) = 105+208+155=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #69D09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D09B is #962F64. Grayscale: #ABABAB. Windows color (decimal): -9842533 or 10211433. OLE color: 10211433.
HSL color Cylindrical-coordinate representation of color #69D09B: hue angle of 149.13º 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 #69D09B is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 208 | 155 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.18 |
| HSL | 149.13º | 0.52% | 0.61% | - |
| HSV(B) | 149.13º | 0.5% | 0.82% | - |
| XYZ | 34.3 | 50.48 | 38.95 | - |
| YUV | 171.16 | 118.88 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 208 | 155 | 0.50 | 0 | 0.25 | 0.18 | 149.13 | 0.52 | 0.61 |
| Hex | 69 | D0 | 9B | 32 | 0 | 19 | 12 | 95 | 34 | 3D |
| Octal | 151 | 320 | 233 | 62 | 0 | 31 | 22 | 225 | 64 | 75 |
| Binary | 1101001 | 11010000 | 10011011 | 110010 | 0 | 11001 | 10010 | 10010101 | 110100 | 111101 |
Color Harmonies of #69D09B
Complementary color
Monochromatic Colors of #69D09B
Black with #69D09B
Text Example
Text Example
White with #69D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D09B; }
p { color: rgb(105,208,155); }
H1.HeaderClassName
{
color: #69D09B;
}
.AnyTagClassName
{
color: #69D09B;
}
</style>
background-color css
<style>
a { background-color: #69D09B; }
a { background-color: rgb(105,208,155); }
div.DivClassName
{
background-color: #69D09B;
}
.BgClassName
{
background-color: #69D09B;
}
</style>
border-color css
<style>
span { border-color: #69D09B; }
span { border-color: rgb(105,208,155); }
td.TdClassName
{
border-color: #69D09B;
}
.TagClassName
{
border-color: #69D09B;
}
</style>