Shades of Norway #A7B790
Tints of Norway #A7B790
RGB
CMYK
RGB Variations
Color information
#A7B790 (or 0xA7B790) is known color: Norway. HEX triplet: A7, B7 and 90. RGB value is (167,183,144). Sum of RGB (Red+Green+Blue) = 167+183+144=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B790 is #58486F. Grayscale: #ADADAD. Windows color (decimal): -5785712 or 9484199. OLE color: 9484199.
HSL color Cylindrical-coordinate representation of color #A7B790: hue angle of 84.62º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7B790 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 144 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.28 |
| HSL | 84.62º | 0.21% | 0.64% | - |
| HSV(B) | 84.62º | 0.21% | 0.72% | - |
| XYZ | 37.9 | 44.1 | 32.9 | - |
| YUV | 173.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 144 | 0.09 | 0 | 0.21 | 0.28 | 84.62 | 0.21 | 0.64 |
| Hex | A7 | B7 | 90 | 9 | 0 | 15 | 1C | 55 | 15 | 40 |
| Octal | 247 | 267 | 220 | 11 | 0 | 25 | 34 | 125 | 25 | 100 |
| Binary | 10100111 | 10110111 | 10010000 | 1001 | 0 | 10101 | 11100 | 1010101 | 10101 | 1000000 |
Color Harmonies of #A7B790
Complementary color
Monochromatic Colors of #A7B790
Black with #A7B790
Text Example
Text Example
White with #A7B790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B790; }
p { color: rgb(167,183,144); }
H1.HeaderClassName
{
color: #A7B790;
}
.AnyTagClassName
{
color: #A7B790;
}
</style>
background-color css
<style>
a { background-color: #A7B790; }
a { background-color: rgb(167,183,144); }
div.DivClassName
{
background-color: #A7B790;
}
.BgClassName
{
background-color: #A7B790;
}
</style>
border-color css
<style>
span { border-color: #A7B790; }
span { border-color: rgb(167,183,144); }
td.TdClassName
{
border-color: #A7B790;
}
.TagClassName
{
border-color: #A7B790;
}
</style>