Shades of Chinook #9FCFA7
Tints of Chinook #9FCFA7
RGB
CMYK
RGB Variations
Color information
#9FCFA7 (or 0x9FCFA7) is known color: Chinook. HEX triplet: 9F, CF and A7. RGB value is (159,207,167). Sum of RGB (Red+Green+Blue) = 159+207+167=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCFA7 is #603058. Grayscale: #BCBCBC. Windows color (decimal): -6303833 or 10997663. OLE color: 10997663.
HSL color Cylindrical-coordinate representation of color #9FCFA7: hue angle of 130º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCFA7 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 167 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.19 |
| HSL | 130º | 0.33% | 0.72% | - |
| HSV(B) | 130º | 0.23% | 0.81% | - |
| XYZ | 43.59 | 54.79 | 44.84 | - |
| YUV | 188.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 167 | 0.23 | 0 | 0.19 | 0.19 | 130 | 0.33 | 0.72 |
| Hex | 9F | CF | A7 | 17 | 0 | 13 | 13 | 82 | 21 | 48 |
| Octal | 237 | 317 | 247 | 27 | 0 | 23 | 23 | 202 | 41 | 110 |
| Binary | 10011111 | 11001111 | 10100111 | 10111 | 0 | 10011 | 10011 | 10000010 | 100001 | 1001000 |
Color Harmonies of #9FCFA7
Complementary color
Monochromatic Colors of #9FCFA7
Black with #9FCFA7
Text Example
Text Example
White with #9FCFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFA7; }
p { color: rgb(159,207,167); }
H1.HeaderClassName
{
color: #9FCFA7;
}
.AnyTagClassName
{
color: #9FCFA7;
}
</style>
background-color css
<style>
a { background-color: #9FCFA7; }
a { background-color: rgb(159,207,167); }
div.DivClassName
{
background-color: #9FCFA7;
}
.BgClassName
{
background-color: #9FCFA7;
}
</style>
border-color css
<style>
span { border-color: #9FCFA7; }
span { border-color: rgb(159,207,167); }
td.TdClassName
{
border-color: #9FCFA7;
}
.TagClassName
{
border-color: #9FCFA7;
}
</style>