Html Css Color HEX #A7B79B Norway

📋 copy color: '#A7B79B'

red 167 ◦ green 183 ◦ blue 155

#A7B79B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #A7B79B

Tints of Norway #A7B79B

RGB

 RED value IS 167 (65.63% from 255) = 33.07%

 GREEN value IS 183 (71.88% from 255) = 36.24%

 BLUE value IS 155 (60.94% from 255) = 30.69%

R = 33.07%
G = 36.24%
B = 30.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#A7B79B (or 0xA7B79B) is known color: Norway. HEX triplet: A7, B7 and 9B. RGB value is (167,183,155). Sum of RGB (Red+Green+Blue) = 167+183+155=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B79B is #584864. Grayscale: #AFAFAF. Windows color (decimal): -5785701 or 10205095. OLE color: 10205095.

HSL color Cylindrical-coordinate representation of color #A7B79B: hue angle of 94.29º 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 #A7B79B is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 167 183 155 -
CMYK 0.09 0 0.15 0.28
HSL 94.29º 0.16% 0.66% -
HSV(B) 94.29º 0.15% 0.72% -
XYZ 38.79 44.45 37.55 -
YUV 175.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 167 183 155 0.09 0 0.15 0.28 94.29 0.16 0.66
Hex A7 B7 9B 9 0 F 1C 5E 10 42
Octal 247 267 233 11 0 17 34 136 20 102
Binary 10100111 10110111 10011011 1001 0 1111 11100 1011110 10000 1000010

Color Harmonies of #A7B79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B79B

Black with #A7B79B

Text Example


Text Example

White with #A7B79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B79B; }

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

 H1.HeaderClassName
 {
   color: #A7B79B;
 }
 .AnyTagClassName
 {
   color: #A7B79B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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