Shades of Silver Tree #6BB486
Tints of Silver Tree #6BB486
RGB
CMYK
RGB Variations
Color information
#6BB486 (or 0x6BB486) is known color: Silver Tree. HEX triplet: 6B, B4 and 86. RGB value is (107,180,134). Sum of RGB (Red+Green+Blue) = 107+180+134=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #6BB486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB486 is #944B79. Grayscale: #999999. Windows color (decimal): -9718650 or 8828011. OLE color: 8828011.
HSL color Cylindrical-coordinate representation of color #6BB486: hue angle of 142.19º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6BB486 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 180 | 134 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.29 |
| HSL | 142.19º | 0.33% | 0.56% | - |
| HSV(B) | 142.19º | 0.41% | 0.71% | - |
| XYZ | 26.69 | 37.49 | 28.38 | - |
| YUV | 152.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 180 | 134 | 0.41 | 0 | 0.26 | 0.29 | 142.19 | 0.33 | 0.56 |
| Hex | 6B | B4 | 86 | 29 | 0 | 1A | 1D | 8E | 21 | 38 |
| Octal | 153 | 264 | 206 | 51 | 0 | 32 | 35 | 216 | 41 | 70 |
| Binary | 1101011 | 10110100 | 10000110 | 101001 | 0 | 11010 | 11101 | 10001110 | 100001 | 111000 |
Color Harmonies of #6BB486
Complementary color
Monochromatic Colors of #6BB486
Black with #6BB486
Text Example
Text Example
White with #6BB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB486; }
p { color: rgb(107,180,134); }
H1.HeaderClassName
{
color: #6BB486;
}
.AnyTagClassName
{
color: #6BB486;
}
</style>
background-color css
<style>
a { background-color: #6BB486; }
a { background-color: rgb(107,180,134); }
div.DivClassName
{
background-color: #6BB486;
}
.BgClassName
{
background-color: #6BB486;
}
</style>
border-color css
<style>
span { border-color: #6BB486; }
span { border-color: rgb(107,180,134); }
td.TdClassName
{
border-color: #6BB486;
}
.TagClassName
{
border-color: #6BB486;
}
</style>