Shades of Norway #96AA88
Tints of Norway #96AA88
RGB
CMYK
RGB Variations
Color information
#96AA88 (or 0x96AA88) is known color: Norway. HEX triplet: 96, AA and 88. RGB value is (150,170,136). Sum of RGB (Red+Green+Blue) = 150+170+136=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AA88 is #695577. Grayscale: #A0A0A0. Windows color (decimal): -6903160 or 8956566. OLE color: 8956566.
HSL color Cylindrical-coordinate representation of color #96AA88: hue angle of 95.29º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96AA88 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 136 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.33 |
| HSL | 95.29º | 0.17% | 0.6% | - |
| HSV(B) | 95.29º | 0.2% | 0.67% | - |
| XYZ | 31.4 | 37.01 | 28.78 | - |
| YUV | 160.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 136 | 0.12 | 0 | 0.20 | 0.33 | 95.29 | 0.17 | 0.6 |
| Hex | 96 | AA | 88 | C | 0 | 14 | 21 | 5F | 11 | 3C |
| Octal | 226 | 252 | 210 | 14 | 0 | 24 | 41 | 137 | 21 | 74 |
| Binary | 10010110 | 10101010 | 10001000 | 1100 | 0 | 10100 | 100001 | 1011111 | 10001 | 111100 |
Color Harmonies of #96AA88
Complementary color
Monochromatic Colors of #96AA88
Black with #96AA88
Text Example
Text Example
White with #96AA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AA88; }
p { color: rgb(150,170,136); }
H1.HeaderClassName
{
color: #96AA88;
}
.AnyTagClassName
{
color: #96AA88;
}
</style>
background-color css
<style>
a { background-color: #96AA88; }
a { background-color: rgb(150,170,136); }
div.DivClassName
{
background-color: #96AA88;
}
.BgClassName
{
background-color: #96AA88;
}
</style>
border-color css
<style>
span { border-color: #96AA88; }
span { border-color: rgb(150,170,136); }
td.TdClassName
{
border-color: #96AA88;
}
.TagClassName
{
border-color: #96AA88;
}
</style>