Shades of Silver Tree #6CBD8E
Tints of Silver Tree #6CBD8E
RGB
CMYK
RGB Variations
Color information
#6CBD8E (or 0x6CBD8E) is known color: Silver Tree. HEX triplet: 6C, BD and 8E. RGB value is (108,189,142). Sum of RGB (Red+Green+Blue) = 108+189+142=439 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.60% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBD8E is #934271. Grayscale: #9F9F9F. Windows color (decimal): -9650802 or 9354604. OLE color: 9354604.
HSL color Cylindrical-coordinate representation of color #6CBD8E: hue angle of 145.19º degrees, saturation: 0.38, 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 #6CBD8E is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 189 | 142 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.26 |
| HSL | 145.19º | 0.38% | 0.58% | - |
| HSV(B) | 145.19º | 0.43% | 0.74% | - |
| XYZ | 29.26 | 41.54 | 32.07 | - |
| YUV | 159.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 189 | 142 | 0.43 | 0 | 0.25 | 0.26 | 145.19 | 0.38 | 0.58 |
| Hex | 6C | BD | 8E | 2B | 0 | 19 | 1A | 91 | 26 | 3A |
| Octal | 154 | 275 | 216 | 53 | 0 | 31 | 32 | 221 | 46 | 72 |
| Binary | 1101100 | 10111101 | 10001110 | 101011 | 0 | 11001 | 11010 | 10010001 | 100110 | 111010 |
Color Harmonies of #6CBD8E
Complementary color
Monochromatic Colors of #6CBD8E
Black with #6CBD8E
Text Example
Text Example
White with #6CBD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBD8E; }
p { color: rgb(108,189,142); }
H1.HeaderClassName
{
color: #6CBD8E;
}
.AnyTagClassName
{
color: #6CBD8E;
}
</style>
background-color css
<style>
a { background-color: #6CBD8E; }
a { background-color: rgb(108,189,142); }
div.DivClassName
{
background-color: #6CBD8E;
}
.BgClassName
{
background-color: #6CBD8E;
}
</style>
border-color css
<style>
span { border-color: #6CBD8E; }
span { border-color: rgb(108,189,142); }
td.TdClassName
{
border-color: #6CBD8E;
}
.TagClassName
{
border-color: #6CBD8E;
}
</style>