Shades of Silver Tree #67BA96
Tints of Silver Tree #67BA96
RGB
CMYK
RGB Variations
Color information
#67BA96 (or 0x67BA96) is known color: Silver Tree. HEX triplet: 67, BA and 96. RGB value is (103,186,150). Sum of RGB (Red+Green+Blue) = 103+186+150=439 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.46% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #67BA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BA96 is #984569. Grayscale: #9D9D9D. Windows color (decimal): -9979242 or 9878119. OLE color: 9878119.
HSL color Cylindrical-coordinate representation of color #67BA96: hue angle of 153.98º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BA96 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 186 | 150 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.27 |
| HSL | 153.98º | 0.38% | 0.57% | - |
| HSV(B) | 153.98º | 0.45% | 0.73% | - |
| XYZ | 28.66 | 40.2 | 35.1 | - |
| YUV | 157.08 | 124 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 150 | 0.45 | 0 | 0.19 | 0.27 | 153.98 | 0.38 | 0.57 |
| Hex | 67 | BA | 96 | 2D | 0 | 13 | 1B | 9A | 26 | 39 |
| Octal | 147 | 272 | 226 | 55 | 0 | 23 | 33 | 232 | 46 | 71 |
| Binary | 1100111 | 10111010 | 10010110 | 101101 | 0 | 10011 | 11011 | 10011010 | 100110 | 111001 |
Color Harmonies of #67BA96
Complementary color
Monochromatic Colors of #67BA96
Black with #67BA96
Text Example
Text Example
White with #67BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BA96; }
p { color: rgb(103,186,150); }
H1.HeaderClassName
{
color: #67BA96;
}
.AnyTagClassName
{
color: #67BA96;
}
</style>
background-color css
<style>
a { background-color: #67BA96; }
a { background-color: rgb(103,186,150); }
div.DivClassName
{
background-color: #67BA96;
}
.BgClassName
{
background-color: #67BA96;
}
</style>
border-color css
<style>
span { border-color: #67BA96; }
span { border-color: rgb(103,186,150); }
td.TdClassName
{
border-color: #67BA96;
}
.TagClassName
{
border-color: #67BA96;
}
</style>