Shades of Norway #A7C684
Tints of Norway #A7C684
RGB
CMYK
RGB Variations
Color information
#A7C684 (or 0xA7C684) is known color: Norway. HEX triplet: A7, C6 and 84. RGB value is (167,198,132). Sum of RGB (Red+Green+Blue) = 167+198+132=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C684 is #58397B. Grayscale: #B5B5B5. Windows color (decimal): -5781884 or 8701607. OLE color: 8701607.
HSL color Cylindrical-coordinate representation of color #A7C684: hue angle of 88.18º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7C684 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 198 | 132 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.22 |
| HSL | 88.18º | 0.37% | 0.65% | - |
| HSV(B) | 88.18º | 0.33% | 0.78% | - |
| XYZ | 40.3 | 50.27 | 29.41 | - |
| YUV | 181.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 198 | 132 | 0.16 | 0 | 0.33 | 0.22 | 88.18 | 0.37 | 0.65 |
| Hex | A7 | C6 | 84 | 10 | 0 | 21 | 16 | 58 | 25 | 41 |
| Octal | 247 | 306 | 204 | 20 | 0 | 41 | 26 | 130 | 45 | 101 |
| Binary | 10100111 | 11000110 | 10000100 | 10000 | 0 | 100001 | 10110 | 1011000 | 100101 | 1000001 |
Color Harmonies of #A7C684
Complementary color
Monochromatic Colors of #A7C684
Black with #A7C684
Text Example
Text Example
White with #A7C684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C684; }
p { color: rgb(167,198,132); }
H1.HeaderClassName
{
color: #A7C684;
}
.AnyTagClassName
{
color: #A7C684;
}
</style>
background-color css
<style>
a { background-color: #A7C684; }
a { background-color: rgb(167,198,132); }
div.DivClassName
{
background-color: #A7C684;
}
.BgClassName
{
background-color: #A7C684;
}
</style>
border-color css
<style>
span { border-color: #A7C684; }
span { border-color: rgb(167,198,132); }
td.TdClassName
{
border-color: #A7C684;
}
.TagClassName
{
border-color: #A7C684;
}
</style>