Shades of Silver Tree #6ACB95
Tints of Silver Tree #6ACB95
RGB
CMYK
RGB Variations
Color information
#6ACB95 (or 0x6ACB95) is known color: Silver Tree. HEX triplet: 6A, CB and 95. RGB value is (106,203,149). Sum of RGB (Red+Green+Blue) = 106+203+149=458 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.14% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACB95 is #95346A. Grayscale: #A7A7A7. Windows color (decimal): -9778283 or 9816938. OLE color: 9816938.
HSL color Cylindrical-coordinate representation of color #6ACB95: hue angle of 146.6º 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 #6ACB95 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 203 | 149 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.20 |
| HSL | 146.6º | 0.48% | 0.61% | - |
| HSV(B) | 146.6º | 0.48% | 0.8% | - |
| XYZ | 32.72 | 47.95 | 35.96 | - |
| YUV | 167.84 | 117.36 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 203 | 149 | 0.48 | 0 | 0.27 | 0.20 | 146.6 | 0.48 | 0.61 |
| Hex | 6A | CB | 95 | 30 | 0 | 1B | 14 | 93 | 30 | 3D |
| Octal | 152 | 313 | 225 | 60 | 0 | 33 | 24 | 223 | 60 | 75 |
| Binary | 1101010 | 11001011 | 10010101 | 110000 | 0 | 11011 | 10100 | 10010011 | 110000 | 111101 |
Color Harmonies of #6ACB95
Complementary color
Monochromatic Colors of #6ACB95
Black with #6ACB95
Text Example
Text Example
White with #6ACB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACB95; }
p { color: rgb(106,203,149); }
H1.HeaderClassName
{
color: #6ACB95;
}
.AnyTagClassName
{
color: #6ACB95;
}
</style>
background-color css
<style>
a { background-color: #6ACB95; }
a { background-color: rgb(106,203,149); }
div.DivClassName
{
background-color: #6ACB95;
}
.BgClassName
{
background-color: #6ACB95;
}
</style>
border-color css
<style>
span { border-color: #6ACB95; }
span { border-color: rgb(106,203,149); }
td.TdClassName
{
border-color: #6ACB95;
}
.TagClassName
{
border-color: #6ACB95;
}
</style>