Shades of Norway #9FB789
Tints of Norway #9FB789
RGB
CMYK
RGB Variations
Color information
#9FB789 (or 0x9FB789) is known color: Norway. HEX triplet: 9F, B7 and 89. RGB value is (159,183,137). Sum of RGB (Red+Green+Blue) = 159+183+137=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB789 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB789 is #604876. Grayscale: #AAAAAA. Windows color (decimal): -6310007 or 9025439. OLE color: 9025439.
HSL color Cylindrical-coordinate representation of color #9FB789: hue angle of 91.3º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FB789 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 137 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.28 |
| HSL | 91.3º | 0.24% | 0.63% | - |
| HSV(B) | 91.3º | 0.25% | 0.72% | - |
| XYZ | 35.75 | 43.04 | 30.09 | - |
| YUV | 170.58 | 109.05 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 137 | 0.13 | 0 | 0.25 | 0.28 | 91.3 | 0.24 | 0.63 |
| Hex | 9F | B7 | 89 | D | 0 | 19 | 1C | 5B | 18 | 3F |
| Octal | 237 | 267 | 211 | 15 | 0 | 31 | 34 | 133 | 30 | 77 |
| Binary | 10011111 | 10110111 | 10001001 | 1101 | 0 | 11001 | 11100 | 1011011 | 11000 | 111111 |
Color Harmonies of #9FB789
Complementary color
Monochromatic Colors of #9FB789
Black with #9FB789
Text Example
Text Example
White with #9FB789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB789; }
p { color: rgb(159,183,137); }
H1.HeaderClassName
{
color: #9FB789;
}
.AnyTagClassName
{
color: #9FB789;
}
</style>
background-color css
<style>
a { background-color: #9FB789; }
a { background-color: rgb(159,183,137); }
div.DivClassName
{
background-color: #9FB789;
}
.BgClassName
{
background-color: #9FB789;
}
</style>
border-color css
<style>
span { border-color: #9FB789; }
span { border-color: rgb(159,183,137); }
td.TdClassName
{
border-color: #9FB789;
}
.TagClassName
{
border-color: #9FB789;
}
</style>