#A7B79C

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

Shades of Norway #A7B79C

Tints of Norway #A7B79C

Color information

#A7B79C (or 0xA7B79C) is unknown color: approx Norway. HEX triplet: A7, B7 and 9C. RGB value is (167,183,156). Sum of RGB (Red+Green+Blue) = 167+183+156=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B79C is #584863. Grayscale: #AFAFAF. Windows color (decimal): -5785700 or 10270631. OLE color: 10270631.

HSL color Cylindrical-coordinate representation of color #A7B79C: hue angle of 95.56º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7B79C is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB167183156-
CMYK0.0900.150.28
HSL95.56º15.79%66.47%-
HSV(B)95.56º14.75%71.76%-
XYZ38.8744.4837.99-
YUV175.14117.2122.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 156 (61.33% from 255) = 30.83%
R=33.00%
G=36.17%
B=30.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1671831560.0900.150.2895.5615.7966.47
HexA7B79C90F1C601042
Octal247267234110173414020102
Binary101001111011011110011100100101111111001100000100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B79C; }

 p { color: rgb(167,183,156); }

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

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

 a { background-color: rgb(167,183,156); }

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

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

 span { border-color: rgb(167,183,156); }

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