#A7B68C

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

Shades of Norway #A7B68C

Tints of Norway #A7B68C

Color information

#A7B68C (or 0xA7B68C) is unknown color: approx Norway. HEX triplet: A7, B6 and 8C. RGB value is (167,182,140). Sum of RGB (Red+Green+Blue) = 167+182+140=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B68C is #584973. Grayscale: #ACACAC. Windows color (decimal): -5785972 or 9221799. OLE color: 9221799.

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

Color convert

RGB167182140-
CMYK0.0800.230.29
HSL81.43º22.34%63.14%-
HSV(B)81.43º23.08%71.37%-
XYZ37.443.5631.25-
YUV172.73109.53123.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 182 (71.48% from 255) = 37.22%
BLUE value IS 140 (55.08% from 255) = 28.63%
R=34.15%
G=37.22%
B=28.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671821400.0800.230.2981.4322.3463.14
HexA7B68C80171D51163f
Octal24726621410027351212677
Binary101001111011011010001100100001011111101101000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B68C; }

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

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

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

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

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

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

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

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