Shades of Silver Tree #67DC96
Tints of Silver Tree #67DC96
RGB
CMYK
RGB Variations
Color information
#67DC96 (or 0x67DC96) is known color: Silver Tree. HEX triplet: 67, DC and 96. RGB value is (103,220,150). Sum of RGB (Red+Green+Blue) = 103+220+150=473 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.78% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #67DC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DC96 is #982369. Grayscale: #B1B1B1. Windows color (decimal): -9970538 or 9886823. OLE color: 9886823.
HSL color Cylindrical-coordinate representation of color #67DC96: hue angle of 144.1º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DC96 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 220 | 150 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.14 |
| HSL | 144.1º | 0.63% | 0.63% | - |
| HSV(B) | 144.1º | 0.53% | 0.86% | - |
| XYZ | 36.69 | 56.27 | 37.78 | - |
| YUV | 177.04 | 112.74 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 150 | 0.53 | 0 | 0.32 | 0.14 | 144.1 | 0.63 | 0.63 |
| Hex | 67 | DC | 96 | 35 | 0 | 20 | E | 90 | 3F | 3F |
| Octal | 147 | 334 | 226 | 65 | 0 | 40 | 16 | 220 | 77 | 77 |
| Binary | 1100111 | 11011100 | 10010110 | 110101 | 0 | 100000 | 1110 | 10010000 | 111111 | 111111 |
Color Harmonies of #67DC96
Complementary color
Monochromatic Colors of #67DC96
Black with #67DC96
Text Example
Text Example
White with #67DC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DC96; }
p { color: rgb(103,220,150); }
H1.HeaderClassName
{
color: #67DC96;
}
.AnyTagClassName
{
color: #67DC96;
}
</style>
background-color css
<style>
a { background-color: #67DC96; }
a { background-color: rgb(103,220,150); }
div.DivClassName
{
background-color: #67DC96;
}
.BgClassName
{
background-color: #67DC96;
}
</style>
border-color css
<style>
span { border-color: #67DC96; }
span { border-color: rgb(103,220,150); }
td.TdClassName
{
border-color: #67DC96;
}
.TagClassName
{
border-color: #67DC96;
}
</style>