Shades of Norway #A7C68A
Tints of Norway #A7C68A
RGB
CMYK
RGB Variations
Color information
#A7C68A (or 0xA7C68A) is known color: Norway. HEX triplet: A7, C6 and 8A. RGB value is (167,198,138). Sum of RGB (Red+Green+Blue) = 167+198+138=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C68A is #583975. Grayscale: #B6B6B6. Windows color (decimal): -5781878 or 9094823. OLE color: 9094823.
HSL color Cylindrical-coordinate representation of color #A7C68A: hue angle of 91º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7C68A is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 198 | 138 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.22 |
| HSL | 91º | 0.34% | 0.66% | - |
| HSV(B) | 91º | 0.3% | 0.78% | - |
| XYZ | 40.72 | 50.44 | 31.63 | - |
| YUV | 181.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 198 | 138 | 0.16 | 0 | 0.30 | 0.22 | 91 | 0.34 | 0.66 |
| Hex | A7 | C6 | 8A | 10 | 0 | 1E | 16 | 5B | 22 | 42 |
| Octal | 247 | 306 | 212 | 20 | 0 | 36 | 26 | 133 | 42 | 102 |
| Binary | 10100111 | 11000110 | 10001010 | 10000 | 0 | 11110 | 10110 | 1011011 | 100010 | 1000010 |
Color Harmonies of #A7C68A
Complementary color
Monochromatic Colors of #A7C68A
Black with #A7C68A
Text Example
Text Example
White with #A7C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C68A; }
p { color: rgb(167,198,138); }
H1.HeaderClassName
{
color: #A7C68A;
}
.AnyTagClassName
{
color: #A7C68A;
}
</style>
background-color css
<style>
a { background-color: #A7C68A; }
a { background-color: rgb(167,198,138); }
div.DivClassName
{
background-color: #A7C68A;
}
.BgClassName
{
background-color: #A7C68A;
}
</style>
border-color css
<style>
span { border-color: #A7C68A; }
span { border-color: rgb(167,198,138); }
td.TdClassName
{
border-color: #A7C68A;
}
.TagClassName
{
border-color: #A7C68A;
}
</style>