Shades of Chinook #97C79E
Tints of Chinook #97C79E
RGB
CMYK
RGB Variations
Color information
#97C79E (or 0x97C79E) is known color: Chinook. HEX triplet: 97, C7 and 9E. RGB value is (151,199,158). Sum of RGB (Red+Green+Blue) = 151+199+158=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 199 - color contains mainly: green. Hex color #97C79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C79E is #683861. Grayscale: #B4B4B4. Windows color (decimal): -6830178 or 10405783. OLE color: 10405783.
HSL color Cylindrical-coordinate representation of color #97C79E: hue angle of 128.75º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97C79E is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 199 | 158 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.22 |
| HSL | 128.75º | 0.3% | 0.69% | - |
| HSV(B) | 128.75º | 0.24% | 0.78% | - |
| XYZ | 39.36 | 49.89 | 39.9 | - |
| YUV | 179.97 | 115.6 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 199 | 158 | 0.24 | 0 | 0.21 | 0.22 | 128.75 | 0.3 | 0.69 |
| Hex | 97 | C7 | 9E | 18 | 0 | 15 | 16 | 81 | 1E | 45 |
| Octal | 227 | 307 | 236 | 30 | 0 | 25 | 26 | 201 | 36 | 105 |
| Binary | 10010111 | 11000111 | 10011110 | 11000 | 0 | 10101 | 10110 | 10000001 | 11110 | 1000101 |
Color Harmonies of #97C79E
Complementary color
Monochromatic Colors of #97C79E
Black with #97C79E
Text Example
Text Example
White with #97C79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C79E; }
p { color: rgb(151,199,158); }
H1.HeaderClassName
{
color: #97C79E;
}
.AnyTagClassName
{
color: #97C79E;
}
</style>
background-color css
<style>
a { background-color: #97C79E; }
a { background-color: rgb(151,199,158); }
div.DivClassName
{
background-color: #97C79E;
}
.BgClassName
{
background-color: #97C79E;
}
</style>
border-color css
<style>
span { border-color: #97C79E; }
span { border-color: rgb(151,199,158); }
td.TdClassName
{
border-color: #97C79E;
}
.TagClassName
{
border-color: #97C79E;
}
</style>