Shades of Norway #A5B78F
Tints of Norway #A5B78F
RGB
CMYK
RGB Variations
Color information
#A5B78F (or 0xA5B78F) is known color: Norway. HEX triplet: A5, B7 and 8F. RGB value is (165,183,143). Sum of RGB (Red+Green+Blue) = 165+183+143=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B78F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B78F is #5A4870. Grayscale: #ADADAD. Windows color (decimal): -5916785 or 9418661. OLE color: 9418661.
HSL color Cylindrical-coordinate representation of color #A5B78F: hue angle of 87º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5B78F is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 143 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.28 |
| HSL | 87º | 0.22% | 0.64% | - |
| HSV(B) | 87º | 0.22% | 0.72% | - |
| XYZ | 37.41 | 43.85 | 32.48 | - |
| YUV | 173.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 143 | 0.10 | 0 | 0.22 | 0.28 | 87 | 0.22 | 0.64 |
| Hex | A5 | B7 | 8F | A | 0 | 16 | 1C | 57 | 16 | 40 |
| Octal | 245 | 267 | 217 | 12 | 0 | 26 | 34 | 127 | 26 | 100 |
| Binary | 10100101 | 10110111 | 10001111 | 1010 | 0 | 10110 | 11100 | 1010111 | 10110 | 1000000 |
Color Harmonies of #A5B78F
Complementary color
Monochromatic Colors of #A5B78F
Black with #A5B78F
Text Example
Text Example
White with #A5B78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B78F; }
p { color: rgb(165,183,143); }
H1.HeaderClassName
{
color: #A5B78F;
}
.AnyTagClassName
{
color: #A5B78F;
}
</style>
background-color css
<style>
a { background-color: #A5B78F; }
a { background-color: rgb(165,183,143); }
div.DivClassName
{
background-color: #A5B78F;
}
.BgClassName
{
background-color: #A5B78F;
}
</style>
border-color css
<style>
span { border-color: #A5B78F; }
span { border-color: rgb(165,183,143); }
td.TdClassName
{
border-color: #A5B78F;
}
.TagClassName
{
border-color: #A5B78F;
}
</style>