Html Css Color HEX #A7B690 Norway

📋 copy color: '#A7B690'

red 167 ◦ green 182 ◦ blue 144

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

Shades of Norway #A7B690

Tints of Norway #A7B690

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.92%

 BLUE value IS 144 (56.64% from 255) = 29.21%

R = 33.87%
G = 36.92%
B = 29.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#A7B690 (or 0xA7B690) is known color: Norway. HEX triplet: A7, B6 and 90. RGB value is (167,182,144). Sum of RGB (Red+Green+Blue) = 167+182+144=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B690 is #58496F. Grayscale: #ADADAD. Windows color (decimal): -5785968 or 9483943. OLE color: 9483943.

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

Color convert

RGB 167 182 144 -
CMYK 0.08 0 0.21 0.29
HSL 83.68º 0.21% 0.64% -
HSV(B) 83.68º 0.21% 0.71% -
XYZ 37.7 43.69 32.83 -
YUV 173.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 167 182 144 0.08 0 0.21 0.29 83.68 0.21 0.64
Hex A7 B6 90 8 0 15 1D 54 15 40
Octal 247 266 220 10 0 25 35 124 25 100
Binary 10100111 10110110 10010000 1000 0 10101 11101 1010100 10101 1000000

Color Harmonies of #A7B690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B690

Black with #A7B690

Text Example


Text Example

White with #A7B690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B690; }

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

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

background-color css

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

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

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

border-color css

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

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

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