Html Css Color HEX #A7B78C Norway

📋 copy color: '#A7B78C'

red 167 ◦ green 183 ◦ blue 140

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

Shades of Norway #A7B78C

Tints of Norway #A7B78C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.57%

R = 34.08%
G = 37.35%
B = 28.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#A7B78C (or 0xA7B78C) is known color: Norway. HEX triplet: A7, B7 and 8C. RGB value is (167,183,140). Sum of RGB (Red+Green+Blue) = 167+183+140=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B78C is #584873. Grayscale: #ADADAD. Windows color (decimal): -5785716 or 9222055. OLE color: 9222055.

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

Color convert

RGB 167 183 140 -
CMYK 0.09 0 0.23 0.28
HSL 82.33º 0.23% 0.63% -
HSV(B) 82.33º 0.23% 0.72% -
XYZ 37.6 43.98 31.32 -
YUV 173.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 167 183 140 0.09 0 0.23 0.28 82.33 0.23 0.63
Hex A7 B7 8C 9 0 17 1C 52 17 3F
Octal 247 267 214 11 0 27 34 122 27 77
Binary 10100111 10110111 10001100 1001 0 10111 11100 1010010 10111 111111

Color Harmonies of #A7B78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B78C

Black with #A7B78C

Text Example


Text Example

White with #A7B78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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