Shades of Norway #9FAF8C
Tints of Norway #9FAF8C
RGB
CMYK
RGB Variations
Color information
#9FAF8C (or 0x9FAF8C) is known color: Norway. HEX triplet: 9F, AF and 8C. RGB value is (159,175,140). Sum of RGB (Red+Green+Blue) = 159+175+140=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAF8C is #605073. Grayscale: #A6A6A6. Windows color (decimal): -6312052 or 9219999. OLE color: 9219999.
HSL color Cylindrical-coordinate representation of color #9FAF8C: hue angle of 87.43º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FAF8C is Cyan = 0.09, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 175 | 140 | - |
| CMYK | 0.09 | 0 | 0.2 | 0.31 |
| HSL | 87.43º | 0.18% | 0.62% | - |
| HSV(B) | 87.43º | 0.2% | 0.69% | - |
| XYZ | 34.36 | 39.92 | 30.71 | - |
| YUV | 166.23 | 113.2 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 140 | 0.09 | 0 | 0.2 | 0.31 | 87.43 | 0.18 | 0.62 |
| Hex | 9F | AF | 8C | 9 | 0 | 14 | 1F | 57 | 12 | 3E |
| Octal | 237 | 257 | 214 | 11 | 0 | 24 | 37 | 127 | 22 | 76 |
| Binary | 10011111 | 10101111 | 10001100 | 1001 | 0 | 10100 | 11111 | 1010111 | 10010 | 111110 |
Color Harmonies of #9FAF8C
Complementary color
Monochromatic Colors of #9FAF8C
Black with #9FAF8C
Text Example
Text Example
White with #9FAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAF8C; }
p { color: rgb(159,175,140); }
H1.HeaderClassName
{
color: #9FAF8C;
}
.AnyTagClassName
{
color: #9FAF8C;
}
</style>
background-color css
<style>
a { background-color: #9FAF8C; }
a { background-color: rgb(159,175,140); }
div.DivClassName
{
background-color: #9FAF8C;
}
.BgClassName
{
background-color: #9FAF8C;
}
</style>
border-color css
<style>
span { border-color: #9FAF8C; }
span { border-color: rgb(159,175,140); }
td.TdClassName
{
border-color: #9FAF8C;
}
.TagClassName
{
border-color: #9FAF8C;
}
</style>