Shades of Silver Tree #69BC98
Tints of Silver Tree #69BC98
RGB
CMYK
RGB Variations
Color information
#69BC98 (or 0x69BC98) is known color: Silver Tree. HEX triplet: 69, BC and 98. RGB value is (105,188,152). Sum of RGB (Red+Green+Blue) = 105+188+152=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BC98 is #964367. Grayscale: #9F9F9F. Windows color (decimal): -9847656 or 10009705. OLE color: 10009705.
HSL color Cylindrical-coordinate representation of color #69BC98: hue angle of 153.98º 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 #69BC98 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 188 | 152 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.26 |
| HSL | 153.98º | 0.38% | 0.57% | - |
| HSV(B) | 153.98º | 0.44% | 0.74% | - |
| XYZ | 29.48 | 41.24 | 36.11 | - |
| YUV | 159.08 | 124 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 152 | 0.44 | 0 | 0.19 | 0.26 | 153.98 | 0.38 | 0.57 |
| Hex | 69 | BC | 98 | 2C | 0 | 13 | 1A | 9A | 26 | 39 |
| Octal | 151 | 274 | 230 | 54 | 0 | 23 | 32 | 232 | 46 | 71 |
| Binary | 1101001 | 10111100 | 10011000 | 101100 | 0 | 10011 | 11010 | 10011010 | 100110 | 111001 |
Color Harmonies of #69BC98
Complementary color
Monochromatic Colors of #69BC98
Black with #69BC98
Text Example
Text Example
White with #69BC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BC98; }
p { color: rgb(105,188,152); }
H1.HeaderClassName
{
color: #69BC98;
}
.AnyTagClassName
{
color: #69BC98;
}
</style>
background-color css
<style>
a { background-color: #69BC98; }
a { background-color: rgb(105,188,152); }
div.DivClassName
{
background-color: #69BC98;
}
.BgClassName
{
background-color: #69BC98;
}
</style>
border-color css
<style>
span { border-color: #69BC98; }
span { border-color: rgb(105,188,152); }
td.TdClassName
{
border-color: #69BC98;
}
.TagClassName
{
border-color: #69BC98;
}
</style>