Shades of Silver Tree #69BE94
Tints of Silver Tree #69BE94
RGB
CMYK
RGB Variations
Color information
#69BE94 (or 0x69BE94) is known color: Silver Tree. HEX triplet: 69, BE and 94. RGB value is (105,190,148). Sum of RGB (Red+Green+Blue) = 105+190+148=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BE94 is #96416B. Grayscale: #9F9F9F. Windows color (decimal): -9847148 or 9748073. OLE color: 9748073.
HSL color Cylindrical-coordinate representation of color #69BE94: hue angle of 150.35º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BE94 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 190 | 148 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.25 |
| HSL | 150.35º | 0.4% | 0.58% | - |
| HSV(B) | 150.35º | 0.45% | 0.75% | - |
| XYZ | 29.58 | 41.97 | 34.56 | - |
| YUV | 159.8 | 121.34 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 190 | 148 | 0.45 | 0 | 0.22 | 0.25 | 150.35 | 0.4 | 0.58 |
| Hex | 69 | BE | 94 | 2D | 0 | 16 | 19 | 96 | 28 | 3A |
| Octal | 151 | 276 | 224 | 55 | 0 | 26 | 31 | 226 | 50 | 72 |
| Binary | 1101001 | 10111110 | 10010100 | 101101 | 0 | 10110 | 11001 | 10010110 | 101000 | 111010 |
Color Harmonies of #69BE94
Complementary color
Monochromatic Colors of #69BE94
Black with #69BE94
Text Example
Text Example
White with #69BE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BE94; }
p { color: rgb(105,190,148); }
H1.HeaderClassName
{
color: #69BE94;
}
.AnyTagClassName
{
color: #69BE94;
}
</style>
background-color css
<style>
a { background-color: #69BE94; }
a { background-color: rgb(105,190,148); }
div.DivClassName
{
background-color: #69BE94;
}
.BgClassName
{
background-color: #69BE94;
}
</style>
border-color css
<style>
span { border-color: #69BE94; }
span { border-color: rgb(105,190,148); }
td.TdClassName
{
border-color: #69BE94;
}
.TagClassName
{
border-color: #69BE94;
}
</style>