Shades of Norway #9FA995
Tints of Norway #9FA995
RGB
CMYK
RGB Variations
Color information
#9FA995 (or 0x9FA995) is known color: Norway. HEX triplet: 9F, A9 and 95. RGB value is (159,169,149). Sum of RGB (Red+Green+Blue) = 159+169+149=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA995 is #60566A. Grayscale: #A3A3A3. Windows color (decimal): -6313579 or 9808287. OLE color: 9808287.
HSL color Cylindrical-coordinate representation of color #9FA995: hue angle of 90º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FA995 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 169 | 149 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.34 |
| HSL | 90º | 0.1% | 0.62% | - |
| HSV(B) | 90º | 0.12% | 0.66% | - |
| XYZ | 33.91 | 37.92 | 33.97 | - |
| YUV | 163.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 149 | 0.06 | 0 | 0.12 | 0.34 | 90 | 0.1 | 0.62 |
| Hex | 9F | A9 | 95 | 6 | 0 | C | 22 | 5A | A | 3E |
| Octal | 237 | 251 | 225 | 6 | 0 | 14 | 42 | 132 | 12 | 76 |
| Binary | 10011111 | 10101001 | 10010101 | 110 | 0 | 1100 | 100010 | 1011010 | 1010 | 111110 |
Color Harmonies of #9FA995
Complementary color
Monochromatic Colors of #9FA995
Black with #9FA995
Text Example
Text Example
White with #9FA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA995; }
p { color: rgb(159,169,149); }
H1.HeaderClassName
{
color: #9FA995;
}
.AnyTagClassName
{
color: #9FA995;
}
</style>
background-color css
<style>
a { background-color: #9FA995; }
a { background-color: rgb(159,169,149); }
div.DivClassName
{
background-color: #9FA995;
}
.BgClassName
{
background-color: #9FA995;
}
</style>
border-color css
<style>
span { border-color: #9FA995; }
span { border-color: rgb(159,169,149); }
td.TdClassName
{
border-color: #9FA995;
}
.TagClassName
{
border-color: #9FA995;
}
</style>