Shades of Norway #97B788
Tints of Norway #97B788
RGB
CMYK
RGB Variations
Color information
#97B788 (or 0x97B788) is known color: Norway. HEX triplet: 97, B7 and 88. RGB value is (151,183,136). Sum of RGB (Red+Green+Blue) = 151+183+136=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #97B788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B788 is #684877. Grayscale: #A8A8A8. Windows color (decimal): -6834296 or 8959895. OLE color: 8959895.
HSL color Cylindrical-coordinate representation of color #97B788: hue angle of 100.85º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97B788 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 183 | 136 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.28 |
| HSL | 100.85º | 0.25% | 0.63% | - |
| HSV(B) | 100.85º | 0.26% | 0.72% | - |
| XYZ | 34.14 | 42.22 | 29.64 | - |
| YUV | 168.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 183 | 136 | 0.17 | 0 | 0.26 | 0.28 | 100.85 | 0.25 | 0.63 |
| Hex | 97 | B7 | 88 | 11 | 0 | 1A | 1C | 65 | 19 | 3F |
| Octal | 227 | 267 | 210 | 21 | 0 | 32 | 34 | 145 | 31 | 77 |
| Binary | 10010111 | 10110111 | 10001000 | 10001 | 0 | 11010 | 11100 | 1100101 | 11001 | 111111 |
Color Harmonies of #97B788
Complementary color
Monochromatic Colors of #97B788
Black with #97B788
Text Example
Text Example
White with #97B788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B788; }
p { color: rgb(151,183,136); }
H1.HeaderClassName
{
color: #97B788;
}
.AnyTagClassName
{
color: #97B788;
}
</style>
background-color css
<style>
a { background-color: #97B788; }
a { background-color: rgb(151,183,136); }
div.DivClassName
{
background-color: #97B788;
}
.BgClassName
{
background-color: #97B788;
}
</style>
border-color css
<style>
span { border-color: #97B788; }
span { border-color: rgb(151,183,136); }
td.TdClassName
{
border-color: #97B788;
}
.TagClassName
{
border-color: #97B788;
}
</style>