Shades of Norway #9FB691
Tints of Norway #9FB691
RGB
CMYK
RGB Variations
Color information
#9FB691 (or 0x9FB691) is known color: Norway. HEX triplet: 9F, B6 and 91. RGB value is (159,182,145). Sum of RGB (Red+Green+Blue) = 159+182+145=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB691 is #60496E. Grayscale: #ABABAB. Windows color (decimal): -6310255 or 9549471. OLE color: 9549471.
HSL color Cylindrical-coordinate representation of color #9FB691: hue angle of 97.3º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FB691 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 182 | 145 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.29 |
| HSL | 97.3º | 0.2% | 0.64% | - |
| HSV(B) | 97.3º | 0.2% | 0.71% | - |
| XYZ | 36.14 | 42.87 | 33.16 | - |
| YUV | 170.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 182 | 145 | 0.13 | 0 | 0.20 | 0.29 | 97.3 | 0.2 | 0.64 |
| Hex | 9F | B6 | 91 | D | 0 | 14 | 1D | 61 | 14 | 40 |
| Octal | 237 | 266 | 221 | 15 | 0 | 24 | 35 | 141 | 24 | 100 |
| Binary | 10011111 | 10110110 | 10010001 | 1101 | 0 | 10100 | 11101 | 1100001 | 10100 | 1000000 |
Color Harmonies of #9FB691
Complementary color
Monochromatic Colors of #9FB691
Black with #9FB691
Text Example
Text Example
White with #9FB691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB691; }
p { color: rgb(159,182,145); }
H1.HeaderClassName
{
color: #9FB691;
}
.AnyTagClassName
{
color: #9FB691;
}
</style>
background-color css
<style>
a { background-color: #9FB691; }
a { background-color: rgb(159,182,145); }
div.DivClassName
{
background-color: #9FB691;
}
.BgClassName
{
background-color: #9FB691;
}
</style>
border-color css
<style>
span { border-color: #9FB691; }
span { border-color: rgb(159,182,145); }
td.TdClassName
{
border-color: #9FB691;
}
.TagClassName
{
border-color: #9FB691;
}
</style>