Shades of Norway #A7C78D
Tints of Norway #A7C78D
RGB
CMYK
RGB Variations
Color information
#A7C78D (or 0xA7C78D) is known color: Norway. HEX triplet: A7, C7 and 8D. RGB value is (167,199,141). Sum of RGB (Red+Green+Blue) = 167+199+141=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 199 - color contains mainly: green. Hex color #A7C78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C78D is #583872. Grayscale: #B7B7B7. Windows color (decimal): -5781619 or 9291687. OLE color: 9291687.
HSL color Cylindrical-coordinate representation of color #A7C78D: hue angle of 93.1º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7C78D is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 199 | 141 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.22 |
| HSL | 93.1º | 0.34% | 0.67% | - |
| HSV(B) | 93.1º | 0.29% | 0.78% | - |
| XYZ | 41.17 | 50.99 | 32.87 | - |
| YUV | 182.82 | 104.4 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 199 | 141 | 0.16 | 0 | 0.29 | 0.22 | 93.1 | 0.34 | 0.67 |
| Hex | A7 | C7 | 8D | 10 | 0 | 1D | 16 | 5D | 22 | 43 |
| Octal | 247 | 307 | 215 | 20 | 0 | 35 | 26 | 135 | 42 | 103 |
| Binary | 10100111 | 11000111 | 10001101 | 10000 | 0 | 11101 | 10110 | 1011101 | 100010 | 1000011 |
Color Harmonies of #A7C78D
Complementary color
Monochromatic Colors of #A7C78D
Black with #A7C78D
Text Example
Text Example
White with #A7C78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C78D; }
p { color: rgb(167,199,141); }
H1.HeaderClassName
{
color: #A7C78D;
}
.AnyTagClassName
{
color: #A7C78D;
}
</style>
background-color css
<style>
a { background-color: #A7C78D; }
a { background-color: rgb(167,199,141); }
div.DivClassName
{
background-color: #A7C78D;
}
.BgClassName
{
background-color: #A7C78D;
}
</style>
border-color css
<style>
span { border-color: #A7C78D; }
span { border-color: rgb(167,199,141); }
td.TdClassName
{
border-color: #A7C78D;
}
.TagClassName
{
border-color: #A7C78D;
}
</style>