Shades of Norway #A7C68E
Tints of Norway #A7C68E
RGB
CMYK
RGB Variations
Color information
#A7C68E (or 0xA7C68E) is known color: Norway. HEX triplet: A7, C6 and 8E. RGB value is (167,198,142). Sum of RGB (Red+Green+Blue) = 167+198+142=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C68E is #583971. Grayscale: #B6B6B6. Windows color (decimal): -5781874 or 9356967. OLE color: 9356967.
HSL color Cylindrical-coordinate representation of color #A7C68E: hue angle of 93.21º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7C68E is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 198 | 142 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.22 |
| HSL | 93.21º | 0.33% | 0.67% | - |
| HSV(B) | 93.21º | 0.28% | 0.78% | - |
| XYZ | 41.01 | 50.56 | 33.19 | - |
| YUV | 182.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 198 | 142 | 0.16 | 0 | 0.28 | 0.22 | 93.21 | 0.33 | 0.67 |
| Hex | A7 | C6 | 8E | 10 | 0 | 1C | 16 | 5D | 21 | 43 |
| Octal | 247 | 306 | 216 | 20 | 0 | 34 | 26 | 135 | 41 | 103 |
| Binary | 10100111 | 11000110 | 10001110 | 10000 | 0 | 11100 | 10110 | 1011101 | 100001 | 1000011 |
Color Harmonies of #A7C68E
Complementary color
Monochromatic Colors of #A7C68E
Black with #A7C68E
Text Example
Text Example
White with #A7C68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C68E; }
p { color: rgb(167,198,142); }
H1.HeaderClassName
{
color: #A7C68E;
}
.AnyTagClassName
{
color: #A7C68E;
}
</style>
background-color css
<style>
a { background-color: #A7C68E; }
a { background-color: rgb(167,198,142); }
div.DivClassName
{
background-color: #A7C68E;
}
.BgClassName
{
background-color: #A7C68E;
}
</style>
border-color css
<style>
span { border-color: #A7C68E; }
span { border-color: rgb(167,198,142); }
td.TdClassName
{
border-color: #A7C68E;
}
.TagClassName
{
border-color: #A7C68E;
}
</style>