Shades of Silver Tree #69B38D
Tints of Silver Tree #69B38D
RGB
CMYK
RGB Variations
Color information
#69B38D (or 0x69B38D) is known color: Silver Tree. HEX triplet: 69, B3 and 8D. RGB value is (105,179,141). Sum of RGB (Red+Green+Blue) = 105+179+141=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #69B38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B38D is #964C72. Grayscale: #989898. Windows color (decimal): -9849971 or 9286505. OLE color: 9286505.
HSL color Cylindrical-coordinate representation of color #69B38D: hue angle of 149.19º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69B38D is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 105 | 179 | 141 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.30 |
| HSL | 149.19º | 0.33% | 0.56% | - |
| HSV(B) | 149.19º | 0.41% | 0.7% | - |
| XYZ | 26.75 | 37.17 | 30.96 | - |
| YUV | 152.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 179 | 141 | 0.41 | 0 | 0.21 | 0.30 | 149.19 | 0.33 | 0.56 |
| Hex | 69 | B3 | 8D | 29 | 0 | 15 | 1E | 95 | 21 | 38 |
| Octal | 151 | 263 | 215 | 51 | 0 | 25 | 36 | 225 | 41 | 70 |
| Binary | 1101001 | 10110011 | 10001101 | 101001 | 0 | 10101 | 11110 | 10010101 | 100001 | 111000 |
Color Harmonies of #69B38D
Complementary color
Monochromatic Colors of #69B38D
Black with #69B38D
Text Example
Text Example
White with #69B38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B38D; }
p { color: rgb(105,179,141); }
H1.HeaderClassName
{
color: #69B38D;
}
.AnyTagClassName
{
color: #69B38D;
}
</style>
background-color css
<style>
a { background-color: #69B38D; }
a { background-color: rgb(105,179,141); }
div.DivClassName
{
background-color: #69B38D;
}
.BgClassName
{
background-color: #69B38D;
}
</style>
border-color css
<style>
span { border-color: #69B38D; }
span { border-color: rgb(105,179,141); }
td.TdClassName
{
border-color: #69B38D;
}
.TagClassName
{
border-color: #69B38D;
}
</style>