Shades of Silver Tree #69BC90
Tints of Silver Tree #69BC90
RGB
CMYK
RGB Variations
Color information
#69BC90 (or 0x69BC90) is known color: Silver Tree. HEX triplet: 69, BC and 90. RGB value is (105,188,144). Sum of RGB (Red+Green+Blue) = 105+188+144=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BC90 is #96436F. Grayscale: #9E9E9E. Windows color (decimal): -9847664 or 9485417. OLE color: 9485417.
HSL color Cylindrical-coordinate representation of color #69BC90: hue angle of 148.19º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BC90 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 188 | 144 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.26 |
| HSL | 148.19º | 0.38% | 0.57% | - |
| HSV(B) | 148.19º | 0.44% | 0.74% | - |
| XYZ | 28.84 | 40.98 | 32.78 | - |
| YUV | 158.17 | 120 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 144 | 0.44 | 0 | 0.23 | 0.26 | 148.19 | 0.38 | 0.57 |
| Hex | 69 | BC | 90 | 2C | 0 | 17 | 1A | 94 | 26 | 39 |
| Octal | 151 | 274 | 220 | 54 | 0 | 27 | 32 | 224 | 46 | 71 |
| Binary | 1101001 | 10111100 | 10010000 | 101100 | 0 | 10111 | 11010 | 10010100 | 100110 | 111001 |
Color Harmonies of #69BC90
Complementary color
Monochromatic Colors of #69BC90
Black with #69BC90
Text Example
Text Example
White with #69BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BC90; }
p { color: rgb(105,188,144); }
H1.HeaderClassName
{
color: #69BC90;
}
.AnyTagClassName
{
color: #69BC90;
}
</style>
background-color css
<style>
a { background-color: #69BC90; }
a { background-color: rgb(105,188,144); }
div.DivClassName
{
background-color: #69BC90;
}
.BgClassName
{
background-color: #69BC90;
}
</style>
border-color css
<style>
span { border-color: #69BC90; }
span { border-color: rgb(105,188,144); }
td.TdClassName
{
border-color: #69BC90;
}
.TagClassName
{
border-color: #69BC90;
}
</style>