Shades of Norway #9FB787
Tints of Norway #9FB787
RGB
CMYK
RGB Variations
Color information
#9FB787 (or 0x9FB787) is known color: Norway. HEX triplet: 9F, B7 and 87. RGB value is (159,183,135). Sum of RGB (Red+Green+Blue) = 159+183+135=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB787 is #604878. Grayscale: #AAAAAA. Windows color (decimal): -6310009 or 8894367. OLE color: 8894367.
HSL color Cylindrical-coordinate representation of color #9FB787: hue angle of 90º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FB787 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 135 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.28 |
| HSL | 90º | 0.25% | 0.62% | - |
| HSV(B) | 90º | 0.26% | 0.72% | - |
| XYZ | 35.6 | 42.99 | 29.34 | - |
| YUV | 170.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 135 | 0.13 | 0 | 0.26 | 0.28 | 90 | 0.25 | 0.62 |
| Hex | 9F | B7 | 87 | D | 0 | 1A | 1C | 5A | 19 | 3E |
| Octal | 237 | 267 | 207 | 15 | 0 | 32 | 34 | 132 | 31 | 76 |
| Binary | 10011111 | 10110111 | 10000111 | 1101 | 0 | 11010 | 11100 | 1011010 | 11001 | 111110 |
Color Harmonies of #9FB787
Complementary color
Monochromatic Colors of #9FB787
Black with #9FB787
Text Example
Text Example
White with #9FB787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB787; }
p { color: rgb(159,183,135); }
H1.HeaderClassName
{
color: #9FB787;
}
.AnyTagClassName
{
color: #9FB787;
}
</style>
background-color css
<style>
a { background-color: #9FB787; }
a { background-color: rgb(159,183,135); }
div.DivClassName
{
background-color: #9FB787;
}
.BgClassName
{
background-color: #9FB787;
}
</style>
border-color css
<style>
span { border-color: #9FB787; }
span { border-color: rgb(159,183,135); }
td.TdClassName
{
border-color: #9FB787;
}
.TagClassName
{
border-color: #9FB787;
}
</style>