Shades of Norway #9FAC87
Tints of Norway #9FAC87
RGB
CMYK
RGB Variations
Color information
#9FAC87 (or 0x9FAC87) is known color: Norway. HEX triplet: 9F, AC and 87. RGB value is (159,172,135). Sum of RGB (Red+Green+Blue) = 159+172+135=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC87 is #605378. Grayscale: #A4A4A4. Windows color (decimal): -6312825 or 8891551. OLE color: 8891551.
HSL color Cylindrical-coordinate representation of color #9FAC87: hue angle of 81.08º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FAC87 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 135 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.33 |
| HSL | 81.08º | 0.18% | 0.6% | - |
| HSV(B) | 81.08º | 0.22% | 0.67% | - |
| XYZ | 33.42 | 38.63 | 28.62 | - |
| YUV | 163.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 135 | 0.08 | 0 | 0.22 | 0.33 | 81.08 | 0.18 | 0.6 |
| Hex | 9F | AC | 87 | 8 | 0 | 16 | 21 | 51 | 12 | 3C |
| Octal | 237 | 254 | 207 | 10 | 0 | 26 | 41 | 121 | 22 | 74 |
| Binary | 10011111 | 10101100 | 10000111 | 1000 | 0 | 10110 | 100001 | 1010001 | 10010 | 111100 |
Color Harmonies of #9FAC87
Complementary color
Monochromatic Colors of #9FAC87
Black with #9FAC87
Text Example
Text Example
White with #9FAC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC87; }
p { color: rgb(159,172,135); }
H1.HeaderClassName
{
color: #9FAC87;
}
.AnyTagClassName
{
color: #9FAC87;
}
</style>
background-color css
<style>
a { background-color: #9FAC87; }
a { background-color: rgb(159,172,135); }
div.DivClassName
{
background-color: #9FAC87;
}
.BgClassName
{
background-color: #9FAC87;
}
</style>
border-color css
<style>
span { border-color: #9FAC87; }
span { border-color: rgb(159,172,135); }
td.TdClassName
{
border-color: #9FAC87;
}
.TagClassName
{
border-color: #9FAC87;
}
</style>