Shades of Silver Tree #6CBC94
Tints of Silver Tree #6CBC94
RGB
CMYK
RGB Variations
Color information
#6CBC94 (or 0x6CBC94) is known color: Silver Tree. HEX triplet: 6C, BC and 94. RGB value is (108,188,148). Sum of RGB (Red+Green+Blue) = 108+188+148=444 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.32% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBC94 is #93436B. Grayscale: #9F9F9F. Windows color (decimal): -9651052 or 9747564. OLE color: 9747564.
HSL color Cylindrical-coordinate representation of color #6CBC94: hue angle of 150º 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 #6CBC94 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 148 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.26 |
| HSL | 150º | 0.37% | 0.58% | - |
| HSV(B) | 150º | 0.43% | 0.74% | - |
| XYZ | 29.51 | 41.29 | 34.43 | - |
| YUV | 159.52 | 121.5 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 148 | 0.43 | 0 | 0.21 | 0.26 | 150 | 0.37 | 0.58 |
| Hex | 6C | BC | 94 | 2B | 0 | 15 | 1A | 96 | 25 | 3A |
| Octal | 154 | 274 | 224 | 53 | 0 | 25 | 32 | 226 | 45 | 72 |
| Binary | 1101100 | 10111100 | 10010100 | 101011 | 0 | 10101 | 11010 | 10010110 | 100101 | 111010 |
Color Harmonies of #6CBC94
Complementary color
Monochromatic Colors of #6CBC94
Black with #6CBC94
Text Example
Text Example
White with #6CBC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC94; }
p { color: rgb(108,188,148); }
H1.HeaderClassName
{
color: #6CBC94;
}
.AnyTagClassName
{
color: #6CBC94;
}
</style>
background-color css
<style>
a { background-color: #6CBC94; }
a { background-color: rgb(108,188,148); }
div.DivClassName
{
background-color: #6CBC94;
}
.BgClassName
{
background-color: #6CBC94;
}
</style>
border-color css
<style>
span { border-color: #6CBC94; }
span { border-color: rgb(108,188,148); }
td.TdClassName
{
border-color: #6CBC94;
}
.TagClassName
{
border-color: #6CBC94;
}
</style>