Shades of Norway #9FAA8B
Tints of Norway #9FAA8B
RGB
CMYK
RGB Variations
Color information
#9FAA8B (or 0x9FAA8B) is known color: Norway. HEX triplet: 9F, AA and 8B. RGB value is (159,170,139). Sum of RGB (Red+Green+Blue) = 159+170+139=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAA8B is #605574. Grayscale: #A3A3A3. Windows color (decimal): -6313333 or 9153183. OLE color: 9153183.
HSL color Cylindrical-coordinate representation of color #9FAA8B: hue angle of 81.29º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FAA8B is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 139 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.33 |
| HSL | 81.29º | 0.15% | 0.61% | - |
| HSV(B) | 81.29º | 0.18% | 0.67% | - |
| XYZ | 33.33 | 37.98 | 30 | - |
| YUV | 163.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 139 | 0.06 | 0 | 0.18 | 0.33 | 81.29 | 0.15 | 0.61 |
| Hex | 9F | AA | 8B | 6 | 0 | 12 | 21 | 51 | F | 3D |
| Octal | 237 | 252 | 213 | 6 | 0 | 22 | 41 | 121 | 17 | 75 |
| Binary | 10011111 | 10101010 | 10001011 | 110 | 0 | 10010 | 100001 | 1010001 | 1111 | 111101 |
Color Harmonies of #9FAA8B
Complementary color
Monochromatic Colors of #9FAA8B
Black with #9FAA8B
Text Example
Text Example
White with #9FAA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA8B; }
p { color: rgb(159,170,139); }
H1.HeaderClassName
{
color: #9FAA8B;
}
.AnyTagClassName
{
color: #9FAA8B;
}
</style>
background-color css
<style>
a { background-color: #9FAA8B; }
a { background-color: rgb(159,170,139); }
div.DivClassName
{
background-color: #9FAA8B;
}
.BgClassName
{
background-color: #9FAA8B;
}
</style>
border-color css
<style>
span { border-color: #9FAA8B; }
span { border-color: rgb(159,170,139); }
td.TdClassName
{
border-color: #9FAA8B;
}
.TagClassName
{
border-color: #9FAA8B;
}
</style>