Shades of Norway #9FA994
Tints of Norway #9FA994
RGB
CMYK
RGB Variations
Color information
#9FA994 (or 0x9FA994) is known color: Norway. HEX triplet: 9F, A9 and 94. RGB value is (159,169,148). Sum of RGB (Red+Green+Blue) = 159+169+148=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA994 is #60566B. Grayscale: #A3A3A3. Windows color (decimal): -6313580 or 9742751. OLE color: 9742751.
HSL color Cylindrical-coordinate representation of color #9FA994: hue angle of 88.57º degrees, saturation: 0.11, 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 #9FA994 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 169 | 148 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.34 |
| HSL | 88.57º | 0.11% | 0.62% | - |
| HSV(B) | 88.57º | 0.12% | 0.66% | - |
| XYZ | 33.83 | 37.88 | 33.55 | - |
| YUV | 163.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 148 | 0.06 | 0 | 0.12 | 0.34 | 88.57 | 0.11 | 0.62 |
| Hex | 9F | A9 | 94 | 6 | 0 | C | 22 | 59 | B | 3E |
| Octal | 237 | 251 | 224 | 6 | 0 | 14 | 42 | 131 | 13 | 76 |
| Binary | 10011111 | 10101001 | 10010100 | 110 | 0 | 1100 | 100010 | 1011001 | 1011 | 111110 |
Color Harmonies of #9FA994
Complementary color
Monochromatic Colors of #9FA994
Black with #9FA994
Text Example
Text Example
White with #9FA994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA994; }
p { color: rgb(159,169,148); }
H1.HeaderClassName
{
color: #9FA994;
}
.AnyTagClassName
{
color: #9FA994;
}
</style>
background-color css
<style>
a { background-color: #9FA994; }
a { background-color: rgb(159,169,148); }
div.DivClassName
{
background-color: #9FA994;
}
.BgClassName
{
background-color: #9FA994;
}
</style>
border-color css
<style>
span { border-color: #9FA994; }
span { border-color: rgb(159,169,148); }
td.TdClassName
{
border-color: #9FA994;
}
.TagClassName
{
border-color: #9FA994;
}
</style>