Shades of Silver Tree #6CBC96
Tints of Silver Tree #6CBC96
RGB
CMYK
RGB Variations
Color information
#6CBC96 (or 0x6CBC96) is known color: Silver Tree. HEX triplet: 6C, BC and 96. RGB value is (108,188,150). Sum of RGB (Red+Green+Blue) = 108+188+150=446 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.22% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBC96 is #934369. Grayscale: #9F9F9F. Windows color (decimal): -9651050 or 9878636. OLE color: 9878636.
HSL color Cylindrical-coordinate representation of color #6CBC96: hue angle of 151.5º 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 #6CBC96 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 150 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.26 |
| HSL | 151.5º | 0.37% | 0.58% | - |
| HSV(B) | 151.5º | 0.43% | 0.74% | - |
| XYZ | 29.67 | 41.36 | 35.27 | - |
| YUV | 159.75 | 122.5 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 150 | 0.43 | 0 | 0.20 | 0.26 | 151.5 | 0.37 | 0.58 |
| Hex | 6C | BC | 96 | 2B | 0 | 14 | 1A | 98 | 25 | 3A |
| Octal | 154 | 274 | 226 | 53 | 0 | 24 | 32 | 230 | 45 | 72 |
| Binary | 1101100 | 10111100 | 10010110 | 101011 | 0 | 10100 | 11010 | 10011000 | 100101 | 111010 |
Color Harmonies of #6CBC96
Complementary color
Monochromatic Colors of #6CBC96
Black with #6CBC96
Text Example
Text Example
White with #6CBC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC96; }
p { color: rgb(108,188,150); }
H1.HeaderClassName
{
color: #6CBC96;
}
.AnyTagClassName
{
color: #6CBC96;
}
</style>
background-color css
<style>
a { background-color: #6CBC96; }
a { background-color: rgb(108,188,150); }
div.DivClassName
{
background-color: #6CBC96;
}
.BgClassName
{
background-color: #6CBC96;
}
</style>
border-color css
<style>
span { border-color: #6CBC96; }
span { border-color: rgb(108,188,150); }
td.TdClassName
{
border-color: #6CBC96;
}
.TagClassName
{
border-color: #6CBC96;
}
</style>