Shades of Chinook #97D69E
Tints of Chinook #97D69E
RGB
CMYK
RGB Variations
Color information
#97D69E (or 0x97D69E) is known color: Chinook. HEX triplet: 97, D6 and 9E. RGB value is (151,214,158). Sum of RGB (Red+Green+Blue) = 151+214+158=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #97D69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D69E is #682961. Grayscale: #BCBCBC. Windows color (decimal): -6826338 or 10409623. OLE color: 10409623.
HSL color Cylindrical-coordinate representation of color #97D69E: hue angle of 126.67º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D69E is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 214 | 158 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.16 |
| HSL | 126.67º | 0.43% | 0.72% | - |
| HSV(B) | 126.67º | 0.29% | 0.84% | - |
| XYZ | 42.98 | 57.14 | 41.11 | - |
| YUV | 188.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 214 | 158 | 0.29 | 0 | 0.26 | 0.16 | 126.67 | 0.43 | 0.72 |
| Hex | 97 | D6 | 9E | 1D | 0 | 1A | 10 | 7F | 2B | 48 |
| Octal | 227 | 326 | 236 | 35 | 0 | 32 | 20 | 177 | 53 | 110 |
| Binary | 10010111 | 11010110 | 10011110 | 11101 | 0 | 11010 | 10000 | 1111111 | 101011 | 1001000 |
Color Harmonies of #97D69E
Complementary color
Monochromatic Colors of #97D69E
Black with #97D69E
Text Example
Text Example
White with #97D69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D69E; }
p { color: rgb(151,214,158); }
H1.HeaderClassName
{
color: #97D69E;
}
.AnyTagClassName
{
color: #97D69E;
}
</style>
background-color css
<style>
a { background-color: #97D69E; }
a { background-color: rgb(151,214,158); }
div.DivClassName
{
background-color: #97D69E;
}
.BgClassName
{
background-color: #97D69E;
}
</style>
border-color css
<style>
span { border-color: #97D69E; }
span { border-color: rgb(151,214,158); }
td.TdClassName
{
border-color: #97D69E;
}
.TagClassName
{
border-color: #97D69E;
}
</style>