Shades of Chinook #96C79D
Tints of Chinook #96C79D
RGB
CMYK
RGB Variations
Color information
#96C79D (or 0x96C79D) is known color: Chinook. HEX triplet: 96, C7 and 9D. RGB value is (150,199,157). Sum of RGB (Red+Green+Blue) = 150+199+157=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 199 - color contains mainly: green. Hex color #96C79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C79D is #693862. Grayscale: #B3B3B3. Windows color (decimal): -6895715 or 10340246. OLE color: 10340246.
HSL color Cylindrical-coordinate representation of color #96C79D: hue angle of 128.57º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C79D is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 157 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.22 |
| HSL | 128.57º | 0.3% | 0.68% | - |
| HSV(B) | 128.57º | 0.25% | 0.78% | - |
| XYZ | 39.09 | 49.77 | 39.44 | - |
| YUV | 179.56 | 115.27 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 157 | 0.25 | 0 | 0.21 | 0.22 | 128.57 | 0.3 | 0.68 |
| Hex | 96 | C7 | 9D | 19 | 0 | 15 | 16 | 81 | 1E | 44 |
| Octal | 226 | 307 | 235 | 31 | 0 | 25 | 26 | 201 | 36 | 104 |
| Binary | 10010110 | 11000111 | 10011101 | 11001 | 0 | 10101 | 10110 | 10000001 | 11110 | 1000100 |
Color Harmonies of #96C79D
Complementary color
Monochromatic Colors of #96C79D
Black with #96C79D
Text Example
Text Example
White with #96C79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C79D; }
p { color: rgb(150,199,157); }
H1.HeaderClassName
{
color: #96C79D;
}
.AnyTagClassName
{
color: #96C79D;
}
</style>
background-color css
<style>
a { background-color: #96C79D; }
a { background-color: rgb(150,199,157); }
div.DivClassName
{
background-color: #96C79D;
}
.BgClassName
{
background-color: #96C79D;
}
</style>
border-color css
<style>
span { border-color: #96C79D; }
span { border-color: rgb(150,199,157); }
td.TdClassName
{
border-color: #96C79D;
}
.TagClassName
{
border-color: #96C79D;
}
</style>