Shades of Norway #96B687
Tints of Norway #96B687
RGB
CMYK
RGB Variations
Color information
#96B687 (or 0x96B687) is known color: Norway. HEX triplet: 96, B6 and 87. RGB value is (150,182,135). Sum of RGB (Red+Green+Blue) = 150+182+135=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #96B687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B687 is #694978. Grayscale: #A7A7A7. Windows color (decimal): -6900089 or 8894102. OLE color: 8894102.
HSL color Cylindrical-coordinate representation of color #96B687: hue angle of 100.85º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96B687 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 182 | 135 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.29 |
| HSL | 100.85º | 0.24% | 0.62% | - |
| HSV(B) | 100.85º | 0.26% | 0.71% | - |
| XYZ | 33.68 | 41.69 | 29.19 | - |
| YUV | 167.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 182 | 135 | 0.18 | 0 | 0.26 | 0.29 | 100.85 | 0.24 | 0.62 |
| Hex | 96 | B6 | 87 | 12 | 0 | 1A | 1D | 65 | 18 | 3E |
| Octal | 226 | 266 | 207 | 22 | 0 | 32 | 35 | 145 | 30 | 76 |
| Binary | 10010110 | 10110110 | 10000111 | 10010 | 0 | 11010 | 11101 | 1100101 | 11000 | 111110 |
Color Harmonies of #96B687
Complementary color
Monochromatic Colors of #96B687
Black with #96B687
Text Example
Text Example
White with #96B687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B687; }
p { color: rgb(150,182,135); }
H1.HeaderClassName
{
color: #96B687;
}
.AnyTagClassName
{
color: #96B687;
}
</style>
background-color css
<style>
a { background-color: #96B687; }
a { background-color: rgb(150,182,135); }
div.DivClassName
{
background-color: #96B687;
}
.BgClassName
{
background-color: #96B687;
}
</style>
border-color css
<style>
span { border-color: #96B687; }
span { border-color: rgb(150,182,135); }
td.TdClassName
{
border-color: #96B687;
}
.TagClassName
{
border-color: #96B687;
}
</style>