#97A68C

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

Shades of Norway #97A68C

Tints of Norway #97A68C

Color information

#97A68C (or 0x97A68C) is unknown color: approx Norway. HEX triplet: 97, A6 and 8C. RGB value is (151,166,140). Sum of RGB (Red+Green+Blue) = 151+166+140=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 166 - color contains mainly: green. Hex color #97A68C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A68C is #685973. Grayscale: #9E9E9E. Windows color (decimal): -6838644 or 9217687. OLE color: 9217687.

HSL color Cylindrical-coordinate representation of color #97A68C: hue angle of 94.62º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #97A68C is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB151166140-
CMYK0.0900.160.35
HSL94.62º12.75%60%-
HSV(B)94.62º15.66%65.1%-
XYZ31.1335.7530.07-
YUV158.55117.53122.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.04%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 140 (55.08% from 255) = 30.63%
R=33.04%
G=36.32%
B=30.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511661400.0900.160.3594.6212.7560
Hex97A68C9010235fd3c
Octal22724621411020431371574
Binary100101111010011010001100100101000010001110111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A68C; }

 p { color: rgb(151,166,140); }

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

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

 a { background-color: rgb(151,166,140); }

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

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

 span { border-color: rgb(151,166,140); }

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