Shades of Chinook #96D79A
Tints of Chinook #96D79A
RGB
CMYK
RGB Variations
Color information
#96D79A (or 0x96D79A) is known color: Chinook. HEX triplet: 96, D7 and 9A. RGB value is (150,215,154). Sum of RGB (Red+Green+Blue) = 150+215+154=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #96D79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D79A is #692865. Grayscale: #BCBCBC. Windows color (decimal): -6891622 or 10147734. OLE color: 10147734.
HSL color Cylindrical-coordinate representation of color #96D79A: hue angle of 123.69º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D79A is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 215 | 154 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.16 |
| HSL | 123.69º | 0.45% | 0.72% | - |
| HSV(B) | 123.69º | 0.3% | 0.84% | - |
| XYZ | 42.71 | 57.42 | 39.4 | - |
| YUV | 188.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 215 | 154 | 0.30 | 0 | 0.28 | 0.16 | 123.69 | 0.45 | 0.72 |
| Hex | 96 | D7 | 9A | 1E | 0 | 1C | 10 | 7C | 2D | 48 |
| Octal | 226 | 327 | 232 | 36 | 0 | 34 | 20 | 174 | 55 | 110 |
| Binary | 10010110 | 11010111 | 10011010 | 11110 | 0 | 11100 | 10000 | 1111100 | 101101 | 1001000 |
Color Harmonies of #96D79A
Complementary color
Monochromatic Colors of #96D79A
Black with #96D79A
Text Example
Text Example
White with #96D79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D79A; }
p { color: rgb(150,215,154); }
H1.HeaderClassName
{
color: #96D79A;
}
.AnyTagClassName
{
color: #96D79A;
}
</style>
background-color css
<style>
a { background-color: #96D79A; }
a { background-color: rgb(150,215,154); }
div.DivClassName
{
background-color: #96D79A;
}
.BgClassName
{
background-color: #96D79A;
}
</style>
border-color css
<style>
span { border-color: #96D79A; }
span { border-color: rgb(150,215,154); }
td.TdClassName
{
border-color: #96D79A;
}
.TagClassName
{
border-color: #96D79A;
}
</style>