#A7B68E

Color #A7B68E Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #A7B68E

Tints of Norway #A7B68E

Color information

#A7B68E (or 0xA7B68E) is unknown color: approx Norway. HEX triplet: A7, B6 and 8E. RGB value is (167,182,142). Sum of RGB (Red+Green+Blue) = 167+182+142=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B68E is #584971. Grayscale: #ADADAD. Windows color (decimal): -5785970 or 9352871. OLE color: 9352871.

HSL color Cylindrical-coordinate representation of color #A7B68E: hue angle of 82.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7B68E is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB167182142-
CMYK0.0800.220.29
HSL82.5º21.51%63.53%-
HSV(B)82.5º21.98%71.37%-
XYZ37.5543.6232.03-
YUV172.96110.53123.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 34.01%
GREEN value IS 182 (71.48% from 255) = 37.07%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=34.01%
G=37.07%
B=28.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671821420.0800.220.2982.521.5163.53
HexA7B68E80161D521640
Octal247266216100263512226100
Binary1010011110110110100011101000010110111011010010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B68E; }

 p { color: rgb(167,182,142); }

 H1.HeaderClassName
 {
   color: #A7B68E;
 }
 .AnyTagClassName
 {
   color: #A7B68E;
 }
</style>
background-color css

<style>
 a { background-color: #A7B68E; }

 a { background-color: rgb(167,182,142); }

 div.DivClassName
 {
   background-color: #A7B68E;
 }
 .BgClassName
 {
   background-color: #A7B68E;
 }
</style>
border-color css

<style>
 span { border-color: #A7B68E; }

 span { border-color: rgb(167,182,142); }

 td.TdClassName
 {
   border-color: #A7B68E;
 }
 .TagClassName
 {
   border-color: #A7B68E;
 }
</style>