Shades of Silver Tree #69B393
Tints of Silver Tree #69B393
RGB
CMYK
RGB Variations
Color information
#69B393 (or 0x69B393) is known color: Silver Tree. HEX triplet: 69, B3 and 93. RGB value is (105,179,147). Sum of RGB (Red+Green+Blue) = 105+179+147=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #69B393 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B393 is #964C6C. Grayscale: #999999. Windows color (decimal): -9849965 or 9679721. OLE color: 9679721.
HSL color Cylindrical-coordinate representation of color #69B393: hue angle of 154.05º 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 #69B393 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 105 | 179 | 147 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.30 |
| HSL | 154.05º | 0.33% | 0.56% | - |
| HSV(B) | 154.05º | 0.41% | 0.7% | - |
| XYZ | 27.21 | 37.35 | 33.38 | - |
| YUV | 153.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 179 | 147 | 0.41 | 0 | 0.18 | 0.30 | 154.05 | 0.33 | 0.56 |
| Hex | 69 | B3 | 93 | 29 | 0 | 12 | 1E | 9A | 21 | 38 |
| Octal | 151 | 263 | 223 | 51 | 0 | 22 | 36 | 232 | 41 | 70 |
| Binary | 1101001 | 10110011 | 10010011 | 101001 | 0 | 10010 | 11110 | 10011010 | 100001 | 111000 |
Color Harmonies of #69B393
Complementary color
Monochromatic Colors of #69B393
Black with #69B393
Text Example
Text Example
White with #69B393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B393; }
p { color: rgb(105,179,147); }
H1.HeaderClassName
{
color: #69B393;
}
.AnyTagClassName
{
color: #69B393;
}
</style>
background-color css
<style>
a { background-color: #69B393; }
a { background-color: rgb(105,179,147); }
div.DivClassName
{
background-color: #69B393;
}
.BgClassName
{
background-color: #69B393;
}
</style>
border-color css
<style>
span { border-color: #69B393; }
span { border-color: rgb(105,179,147); }
td.TdClassName
{
border-color: #69B393;
}
.TagClassName
{
border-color: #69B393;
}
</style>