Html Css Color HEX #A7B68D Norway

📋 copy color: '#A7B68D'

red 167 ◦ green 182 ◦ blue 141

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

Shades of Norway #A7B68D

Tints of Norway #A7B68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 34.08%
G = 37.14%
B = 28.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#A7B68D (or 0xA7B68D) is known color: Norway. HEX triplet: A7, B6 and 8D. RGB value is (167,182,141). Sum of RGB (Red+Green+Blue) = 167+182+141=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B68D is #584972. Grayscale: #ACACAC. Windows color (decimal): -5785971 or 9287335. OLE color: 9287335.

HSL color Cylindrical-coordinate representation of color #A7B68D: hue angle of 81.95º 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 #A7B68D is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 182 141 -
CMYK 0.08 0 0.23 0.29
HSL 81.95º 0.22% 0.63% -
HSV(B) 81.95º 0.23% 0.71% -
XYZ 37.47 43.59 31.64 -
YUV 172.84 110.03 123.83 -
System Red Green Blue C M Y K H S L
Decimal 167 182 141 0.08 0 0.23 0.29 81.95 0.22 0.63
Hex A7 B6 8D 8 0 17 1D 52 16 3F
Octal 247 266 215 10 0 27 35 122 26 77
Binary 10100111 10110110 10001101 1000 0 10111 11101 1010010 10110 111111

Color Harmonies of #A7B68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B68D

Black with #A7B68D

Text Example


Text Example

White with #A7B68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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