Shades of Chinook #96DDA7
Tints of Chinook #96DDA7
RGB
CMYK
RGB Variations
Color information
#96DDA7 (or 0x96DDA7) is known color: Chinook. HEX triplet: 96, DD and A7. RGB value is (150,221,167). Sum of RGB (Red+Green+Blue) = 150+221+167=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDA7 is #692258. Grayscale: #C1C1C1. Windows color (decimal): -6890073 or 11001238. OLE color: 11001238.
HSL color Cylindrical-coordinate representation of color #96DDA7: hue angle of 134.37º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DDA7 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 167 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.13 |
| HSL | 134.37º | 0.51% | 0.73% | - |
| HSV(B) | 134.37º | 0.32% | 0.87% | - |
| XYZ | 45.41 | 60.99 | 45.94 | - |
| YUV | 193.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 167 | 0.32 | 0 | 0.24 | 0.13 | 134.37 | 0.51 | 0.73 |
| Hex | 96 | DD | A7 | 20 | 0 | 18 | D | 86 | 33 | 49 |
| Octal | 226 | 335 | 247 | 40 | 0 | 30 | 15 | 206 | 63 | 111 |
| Binary | 10010110 | 11011101 | 10100111 | 100000 | 0 | 11000 | 1101 | 10000110 | 110011 | 1001001 |
Color Harmonies of #96DDA7
Complementary color
Monochromatic Colors of #96DDA7
Black with #96DDA7
Text Example
Text Example
White with #96DDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDA7; }
p { color: rgb(150,221,167); }
H1.HeaderClassName
{
color: #96DDA7;
}
.AnyTagClassName
{
color: #96DDA7;
}
</style>
background-color css
<style>
a { background-color: #96DDA7; }
a { background-color: rgb(150,221,167); }
div.DivClassName
{
background-color: #96DDA7;
}
.BgClassName
{
background-color: #96DDA7;
}
</style>
border-color css
<style>
span { border-color: #96DDA7; }
span { border-color: rgb(150,221,167); }
td.TdClassName
{
border-color: #96DDA7;
}
.TagClassName
{
border-color: #96DDA7;
}
</style>