Shades of Norway #9FA897
Tints of Norway #9FA897
RGB
CMYK
RGB Variations
Color information
#9FA897 (or 0x9FA897) is known color: Norway. HEX triplet: 9F, A8 and 97. RGB value is (159,168,151). Sum of RGB (Red+Green+Blue) = 159+168+151=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA897 is #605768. Grayscale: #A3A3A3. Windows color (decimal): -6313833 or 9939103. OLE color: 9939103.
HSL color Cylindrical-coordinate representation of color #9FA897: hue angle of 91.76º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9FA897 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 151 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.34 |
| HSL | 91.76º | 0.09% | 0.63% | - |
| HSV(B) | 91.76º | 0.1% | 0.66% | - |
| XYZ | 33.89 | 37.61 | 34.75 | - |
| YUV | 163.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 151 | 0.05 | 0 | 0.10 | 0.34 | 91.76 | 0.09 | 0.63 |
| Hex | 9F | A8 | 97 | 5 | 0 | A | 22 | 5C | 9 | 3F |
| Octal | 237 | 250 | 227 | 5 | 0 | 12 | 42 | 134 | 11 | 77 |
| Binary | 10011111 | 10101000 | 10010111 | 101 | 0 | 1010 | 100010 | 1011100 | 1001 | 111111 |
Color Harmonies of #9FA897
Complementary color
Monochromatic Colors of #9FA897
Black with #9FA897
Text Example
Text Example
White with #9FA897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA897; }
p { color: rgb(159,168,151); }
H1.HeaderClassName
{
color: #9FA897;
}
.AnyTagClassName
{
color: #9FA897;
}
</style>
background-color css
<style>
a { background-color: #9FA897; }
a { background-color: rgb(159,168,151); }
div.DivClassName
{
background-color: #9FA897;
}
.BgClassName
{
background-color: #9FA897;
}
</style>
border-color css
<style>
span { border-color: #9FA897; }
span { border-color: rgb(159,168,151); }
td.TdClassName
{
border-color: #9FA897;
}
.TagClassName
{
border-color: #9FA897;
}
</style>