#A7C68F

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

Shades of Norway #A7C68F

Tints of Norway #A7C68F

Color information

#A7C68F (or 0xA7C68F) is unknown color: approx Norway. HEX triplet: A7, C6 and 8F. RGB value is (167,198,143). Sum of RGB (Red+Green+Blue) = 167+198+143=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C68F is #583970. Grayscale: #B6B6B6. Windows color (decimal): -5781873 or 9422503. OLE color: 9422503.

HSL color Cylindrical-coordinate representation of color #A7C68F: hue angle of 93.82º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7C68F is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB167198143-
CMYK0.1600.280.22
HSL93.82º32.54%66.86%-
HSV(B)93.82º27.78%77.65%-
XYZ41.0950.5933.59-
YUV182.46105.73116.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 198 (77.73% from 255) = 38.98%
BLUE value IS 143 (56.25% from 255) = 28.15%
R=32.87%
G=38.98%
B=28.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671981430.1600.280.2293.8232.5466.86
HexA7C68F1001C165e2143
Octal247306217200342613641103
Binary101001111100011010001111100000111001011010111101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C68F; }

 p { color: rgb(167,198,143); }

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

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

 a { background-color: rgb(167,198,143); }

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

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

 span { border-color: rgb(167,198,143); }

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