Shades of Silver Tree #6ACB9B
Tints of Silver Tree #6ACB9B
RGB
CMYK
RGB Variations
Color information
#6ACB9B (or 0x6ACB9B) is known color: Silver Tree. HEX triplet: 6A, CB and 9B. RGB value is (106,203,155). Sum of RGB (Red+Green+Blue) = 106+203+155=464 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.84% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACB9B is #953464. Grayscale: #A8A8A8. Windows color (decimal): -9778277 or 10210154. OLE color: 10210154.
HSL color Cylindrical-coordinate representation of color #6ACB9B: hue angle of 150.31º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACB9B is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 203 | 155 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.20 |
| HSL | 150.31º | 0.48% | 0.61% | - |
| HSV(B) | 150.31º | 0.48% | 0.8% | - |
| XYZ | 33.22 | 48.14 | 38.55 | - |
| YUV | 168.53 | 120.36 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 203 | 155 | 0.48 | 0 | 0.24 | 0.20 | 150.31 | 0.48 | 0.61 |
| Hex | 6A | CB | 9B | 30 | 0 | 18 | 14 | 96 | 30 | 3D |
| Octal | 152 | 313 | 233 | 60 | 0 | 30 | 24 | 226 | 60 | 75 |
| Binary | 1101010 | 11001011 | 10011011 | 110000 | 0 | 11000 | 10100 | 10010110 | 110000 | 111101 |
Color Harmonies of #6ACB9B
Complementary color
Monochromatic Colors of #6ACB9B
Black with #6ACB9B
Text Example
Text Example
White with #6ACB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACB9B; }
p { color: rgb(106,203,155); }
H1.HeaderClassName
{
color: #6ACB9B;
}
.AnyTagClassName
{
color: #6ACB9B;
}
</style>
background-color css
<style>
a { background-color: #6ACB9B; }
a { background-color: rgb(106,203,155); }
div.DivClassName
{
background-color: #6ACB9B;
}
.BgClassName
{
background-color: #6ACB9B;
}
</style>
border-color css
<style>
span { border-color: #6ACB9B; }
span { border-color: rgb(106,203,155); }
td.TdClassName
{
border-color: #6ACB9B;
}
.TagClassName
{
border-color: #6ACB9B;
}
</style>