Shades of Silver Tree #6AB28E
Tints of Silver Tree #6AB28E
RGB
CMYK
RGB Variations
Color information
#6AB28E (or 0x6AB28E) is known color: Silver Tree. HEX triplet: 6A, B2 and 8E. RGB value is (106,178,142). Sum of RGB (Red+Green+Blue) = 106+178+142=426 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.88% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB28E is #954D71. Grayscale: #989898. Windows color (decimal): -9784690 or 9351786. OLE color: 9351786.
HSL color Cylindrical-coordinate representation of color #6AB28E: hue angle of 150º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AB28E is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 178 | 142 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.30 |
| HSL | 150º | 0.32% | 0.56% | - |
| HSV(B) | 150º | 0.4% | 0.7% | - |
| XYZ | 26.75 | 36.86 | 31.3 | - |
| YUV | 152.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 142 | 0.40 | 0 | 0.20 | 0.30 | 150 | 0.32 | 0.56 |
| Hex | 6A | B2 | 8E | 28 | 0 | 14 | 1E | 96 | 20 | 38 |
| Octal | 152 | 262 | 216 | 50 | 0 | 24 | 36 | 226 | 40 | 70 |
| Binary | 1101010 | 10110010 | 10001110 | 101000 | 0 | 10100 | 11110 | 10010110 | 100000 | 111000 |
Color Harmonies of #6AB28E
Complementary color
Monochromatic Colors of #6AB28E
Black with #6AB28E
Text Example
Text Example
White with #6AB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB28E; }
p { color: rgb(106,178,142); }
H1.HeaderClassName
{
color: #6AB28E;
}
.AnyTagClassName
{
color: #6AB28E;
}
</style>
background-color css
<style>
a { background-color: #6AB28E; }
a { background-color: rgb(106,178,142); }
div.DivClassName
{
background-color: #6AB28E;
}
.BgClassName
{
background-color: #6AB28E;
}
</style>
border-color css
<style>
span { border-color: #6AB28E; }
span { border-color: rgb(106,178,142); }
td.TdClassName
{
border-color: #6AB28E;
}
.TagClassName
{
border-color: #6AB28E;
}
</style>