Shades of Silver Tree #6CBC9B
Tints of Silver Tree #6CBC9B
RGB
CMYK
RGB Variations
Color information
#6CBC9B (or 0x6CBC9B) is known color: Silver Tree. HEX triplet: 6C, BC and 9B. RGB value is (108,188,155). Sum of RGB (Red+Green+Blue) = 108+188+155=451 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.95% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBC9B is #934364. Grayscale: #A0A0A0. Windows color (decimal): -9651045 or 10206316. OLE color: 10206316.
HSL color Cylindrical-coordinate representation of color #6CBC9B: hue angle of 155.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBC9B is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 155 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.26 |
| HSL | 155.25º | 0.37% | 0.58% | - |
| HSV(B) | 155.25º | 0.43% | 0.74% | - |
| XYZ | 30.08 | 41.52 | 37.44 | - |
| YUV | 160.32 | 125 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 155 | 0.43 | 0 | 0.18 | 0.26 | 155.25 | 0.37 | 0.58 |
| Hex | 6C | BC | 9B | 2B | 0 | 12 | 1A | 9B | 25 | 3A |
| Octal | 154 | 274 | 233 | 53 | 0 | 22 | 32 | 233 | 45 | 72 |
| Binary | 1101100 | 10111100 | 10011011 | 101011 | 0 | 10010 | 11010 | 10011011 | 100101 | 111010 |
Color Harmonies of #6CBC9B
Complementary color
Monochromatic Colors of #6CBC9B
Black with #6CBC9B
Text Example
Text Example
White with #6CBC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC9B; }
p { color: rgb(108,188,155); }
H1.HeaderClassName
{
color: #6CBC9B;
}
.AnyTagClassName
{
color: #6CBC9B;
}
</style>
background-color css
<style>
a { background-color: #6CBC9B; }
a { background-color: rgb(108,188,155); }
div.DivClassName
{
background-color: #6CBC9B;
}
.BgClassName
{
background-color: #6CBC9B;
}
</style>
border-color css
<style>
span { border-color: #6CBC9B; }
span { border-color: rgb(108,188,155); }
td.TdClassName
{
border-color: #6CBC9B;
}
.TagClassName
{
border-color: #6CBC9B;
}
</style>