Shades of Norway #9FB68D
Tints of Norway #9FB68D
RGB
CMYK
RGB Variations
Color information
#9FB68D (or 0x9FB68D) is known color: Norway. HEX triplet: 9F, B6 and 8D. RGB value is (159,182,141). Sum of RGB (Red+Green+Blue) = 159+182+141=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB68D is #604972. Grayscale: #AAAAAA. Windows color (decimal): -6310259 or 9287327. OLE color: 9287327.
HSL color Cylindrical-coordinate representation of color #9FB68D: hue angle of 93.66º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FB68D is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 182 | 141 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.29 |
| HSL | 93.66º | 0.22% | 0.63% | - |
| HSV(B) | 93.66º | 0.23% | 0.71% | - |
| XYZ | 35.83 | 42.75 | 31.56 | - |
| YUV | 170.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 182 | 141 | 0.13 | 0 | 0.23 | 0.29 | 93.66 | 0.22 | 0.63 |
| Hex | 9F | B6 | 8D | D | 0 | 17 | 1D | 5E | 16 | 3F |
| Octal | 237 | 266 | 215 | 15 | 0 | 27 | 35 | 136 | 26 | 77 |
| Binary | 10011111 | 10110110 | 10001101 | 1101 | 0 | 10111 | 11101 | 1011110 | 10110 | 111111 |
Color Harmonies of #9FB68D
Complementary color
Monochromatic Colors of #9FB68D
Black with #9FB68D
Text Example
Text Example
White with #9FB68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB68D; }
p { color: rgb(159,182,141); }
H1.HeaderClassName
{
color: #9FB68D;
}
.AnyTagClassName
{
color: #9FB68D;
}
</style>
background-color css
<style>
a { background-color: #9FB68D; }
a { background-color: rgb(159,182,141); }
div.DivClassName
{
background-color: #9FB68D;
}
.BgClassName
{
background-color: #9FB68D;
}
</style>
border-color css
<style>
span { border-color: #9FB68D; }
span { border-color: rgb(159,182,141); }
td.TdClassName
{
border-color: #9FB68D;
}
.TagClassName
{
border-color: #9FB68D;
}
</style>