Shades of Norway #A7C091
Tints of Norway #A7C091
RGB
CMYK
RGB Variations
Color information
#A7C091 (or 0xA7C091) is known color: Norway. HEX triplet: A7, C0 and 91. RGB value is (167,192,145). Sum of RGB (Red+Green+Blue) = 167+192+145=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C091 is #583F6E. Grayscale: #B3B3B3. Windows color (decimal): -5783407 or 9552039. OLE color: 9552039.
HSL color Cylindrical-coordinate representation of color #A7C091: hue angle of 91.91º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7C091 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 192 | 145 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.25 |
| HSL | 91.91º | 0.27% | 0.66% | - |
| HSV(B) | 91.91º | 0.24% | 0.75% | - |
| XYZ | 39.9 | 47.96 | 33.94 | - |
| YUV | 179.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 145 | 0.13 | 0 | 0.24 | 0.25 | 91.91 | 0.27 | 0.66 |
| Hex | A7 | C0 | 91 | D | 0 | 18 | 19 | 5C | 1B | 42 |
| Octal | 247 | 300 | 221 | 15 | 0 | 30 | 31 | 134 | 33 | 102 |
| Binary | 10100111 | 11000000 | 10010001 | 1101 | 0 | 11000 | 11001 | 1011100 | 11011 | 1000010 |
Color Harmonies of #A7C091
Complementary color
Monochromatic Colors of #A7C091
Black with #A7C091
Text Example
Text Example
White with #A7C091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C091; }
p { color: rgb(167,192,145); }
H1.HeaderClassName
{
color: #A7C091;
}
.AnyTagClassName
{
color: #A7C091;
}
</style>
background-color css
<style>
a { background-color: #A7C091; }
a { background-color: rgb(167,192,145); }
div.DivClassName
{
background-color: #A7C091;
}
.BgClassName
{
background-color: #A7C091;
}
</style>
border-color css
<style>
span { border-color: #A7C091; }
span { border-color: rgb(167,192,145); }
td.TdClassName
{
border-color: #A7C091;
}
.TagClassName
{
border-color: #A7C091;
}
</style>