Shades of Norway #9FAC8B
Tints of Norway #9FAC8B
RGB
CMYK
RGB Variations
Color information
#9FAC8B (or 0x9FAC8B) is known color: Norway. HEX triplet: 9F, AC and 8B. RGB value is (159,172,139). Sum of RGB (Red+Green+Blue) = 159+172+139=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC8B is #605374. Grayscale: #A4A4A4. Windows color (decimal): -6312821 or 9153695. OLE color: 9153695.
HSL color Cylindrical-coordinate representation of color #9FAC8B: hue angle of 83.64º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FAC8B is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 139 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.33 |
| HSL | 83.64º | 0.17% | 0.61% | - |
| HSV(B) | 83.64º | 0.19% | 0.67% | - |
| XYZ | 33.71 | 38.74 | 30.13 | - |
| YUV | 164.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 139 | 0.08 | 0 | 0.19 | 0.33 | 83.64 | 0.17 | 0.61 |
| Hex | 9F | AC | 8B | 8 | 0 | 13 | 21 | 54 | 11 | 3D |
| Octal | 237 | 254 | 213 | 10 | 0 | 23 | 41 | 124 | 21 | 75 |
| Binary | 10011111 | 10101100 | 10001011 | 1000 | 0 | 10011 | 100001 | 1010100 | 10001 | 111101 |
Color Harmonies of #9FAC8B
Complementary color
Monochromatic Colors of #9FAC8B
Black with #9FAC8B
Text Example
Text Example
White with #9FAC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC8B; }
p { color: rgb(159,172,139); }
H1.HeaderClassName
{
color: #9FAC8B;
}
.AnyTagClassName
{
color: #9FAC8B;
}
</style>
background-color css
<style>
a { background-color: #9FAC8B; }
a { background-color: rgb(159,172,139); }
div.DivClassName
{
background-color: #9FAC8B;
}
.BgClassName
{
background-color: #9FAC8B;
}
</style>
border-color css
<style>
span { border-color: #9FAC8B; }
span { border-color: rgb(159,172,139); }
td.TdClassName
{
border-color: #9FAC8B;
}
.TagClassName
{
border-color: #9FAC8B;
}
</style>