Shades of Silver Tree #6FBA8A
Tints of Silver Tree #6FBA8A
RGB
CMYK
RGB Variations
Color information
#6FBA8A (or 0x6FBA8A) is known color: Silver Tree. HEX triplet: 6F, BA and 8A. RGB value is (111,186,138). Sum of RGB (Red+Green+Blue) = 111+186+138=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBA8A is #904575. Grayscale: #9E9E9E. Windows color (decimal): -9454966 or 9091695. OLE color: 9091695.
HSL color Cylindrical-coordinate representation of color #6FBA8A: hue angle of 141.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FBA8A is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 138 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.27 |
| HSL | 141.6º | 0.35% | 0.58% | - |
| HSV(B) | 141.6º | 0.4% | 0.73% | - |
| XYZ | 28.7 | 40.33 | 30.32 | - |
| YUV | 158.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 138 | 0.40 | 0 | 0.26 | 0.27 | 141.6 | 0.35 | 0.58 |
| Hex | 6F | BA | 8A | 28 | 0 | 1A | 1B | 8E | 23 | 3A |
| Octal | 157 | 272 | 212 | 50 | 0 | 32 | 33 | 216 | 43 | 72 |
| Binary | 1101111 | 10111010 | 10001010 | 101000 | 0 | 11010 | 11011 | 10001110 | 100011 | 111010 |
Color Harmonies of #6FBA8A
Complementary color
Monochromatic Colors of #6FBA8A
Black with #6FBA8A
Text Example
Text Example
White with #6FBA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA8A; }
p { color: rgb(111,186,138); }
H1.HeaderClassName
{
color: #6FBA8A;
}
.AnyTagClassName
{
color: #6FBA8A;
}
</style>
background-color css
<style>
a { background-color: #6FBA8A; }
a { background-color: rgb(111,186,138); }
div.DivClassName
{
background-color: #6FBA8A;
}
.BgClassName
{
background-color: #6FBA8A;
}
</style>
border-color css
<style>
span { border-color: #6FBA8A; }
span { border-color: rgb(111,186,138); }
td.TdClassName
{
border-color: #6FBA8A;
}
.TagClassName
{
border-color: #6FBA8A;
}
</style>