Shades of Silver Tree #69B995
Tints of Silver Tree #69B995
RGB
CMYK
RGB Variations
Color information
#69B995 (or 0x69B995) is known color: Silver Tree. HEX triplet: 69, B9 and 95. RGB value is (105,185,149). Sum of RGB (Red+Green+Blue) = 105+185+149=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #69B995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B995 is #96466A. Grayscale: #9D9D9D. Windows color (decimal): -9848427 or 9812329. OLE color: 9812329.
HSL color Cylindrical-coordinate representation of color #69B995: hue angle of 153º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B995 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 185 | 149 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.27 |
| HSL | 153º | 0.36% | 0.57% | - |
| HSV(B) | 153º | 0.43% | 0.73% | - |
| XYZ | 28.6 | 39.87 | 34.62 | - |
| YUV | 156.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 185 | 149 | 0.43 | 0 | 0.19 | 0.27 | 153 | 0.36 | 0.57 |
| Hex | 69 | B9 | 95 | 2B | 0 | 13 | 1B | 99 | 24 | 39 |
| Octal | 151 | 271 | 225 | 53 | 0 | 23 | 33 | 231 | 44 | 71 |
| Binary | 1101001 | 10111001 | 10010101 | 101011 | 0 | 10011 | 11011 | 10011001 | 100100 | 111001 |
Color Harmonies of #69B995
Complementary color
Monochromatic Colors of #69B995
Black with #69B995
Text Example
Text Example
White with #69B995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B995; }
p { color: rgb(105,185,149); }
H1.HeaderClassName
{
color: #69B995;
}
.AnyTagClassName
{
color: #69B995;
}
</style>
background-color css
<style>
a { background-color: #69B995; }
a { background-color: rgb(105,185,149); }
div.DivClassName
{
background-color: #69B995;
}
.BgClassName
{
background-color: #69B995;
}
</style>
border-color css
<style>
span { border-color: #69B995; }
span { border-color: rgb(105,185,149); }
td.TdClassName
{
border-color: #69B995;
}
.TagClassName
{
border-color: #69B995;
}
</style>