Shades of Silver Tree #69B385
Tints of Silver Tree #69B385
RGB
CMYK
RGB Variations
Color information
#69B385 (or 0x69B385) is known color: Silver Tree. HEX triplet: 69, B3 and 85. RGB value is (105,179,133). Sum of RGB (Red+Green+Blue) = 105+179+133=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 179 - color contains mainly: green. Hex color #69B385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B385 is #964C7A. Grayscale: #979797. Windows color (decimal): -9849979 or 8762217. OLE color: 8762217.
HSL color Cylindrical-coordinate representation of color #69B385: hue angle of 142.7º 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 #69B385 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 105 | 179 | 133 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.30 |
| HSL | 142.7º | 0.33% | 0.56% | - |
| HSV(B) | 142.7º | 0.41% | 0.7% | - |
| XYZ | 26.18 | 36.94 | 27.94 | - |
| YUV | 151.63 | 117.48 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 179 | 133 | 0.41 | 0 | 0.26 | 0.30 | 142.7 | 0.33 | 0.56 |
| Hex | 69 | B3 | 85 | 29 | 0 | 1A | 1E | 8F | 21 | 38 |
| Octal | 151 | 263 | 205 | 51 | 0 | 32 | 36 | 217 | 41 | 70 |
| Binary | 1101001 | 10110011 | 10000101 | 101001 | 0 | 11010 | 11110 | 10001111 | 100001 | 111000 |
Color Harmonies of #69B385
Complementary color
Monochromatic Colors of #69B385
Black with #69B385
Text Example
Text Example
White with #69B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B385; }
p { color: rgb(105,179,133); }
H1.HeaderClassName
{
color: #69B385;
}
.AnyTagClassName
{
color: #69B385;
}
</style>
background-color css
<style>
a { background-color: #69B385; }
a { background-color: rgb(105,179,133); }
div.DivClassName
{
background-color: #69B385;
}
.BgClassName
{
background-color: #69B385;
}
</style>
border-color css
<style>
span { border-color: #69B385; }
span { border-color: rgb(105,179,133); }
td.TdClassName
{
border-color: #69B385;
}
.TagClassName
{
border-color: #69B385;
}
</style>