#97AC87

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

Shades of Norway #97AC87

Tints of Norway #97AC87

Color information

#97AC87 (or 0x97AC87) is unknown color: approx Norway. HEX triplet: 97, AC and 87. RGB value is (151,172,135). Sum of RGB (Red+Green+Blue) = 151+172+135=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #97AC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AC87 is #685378. Grayscale: #A1A1A1. Windows color (decimal): -6837113 or 8891543. OLE color: 8891543.

HSL color Cylindrical-coordinate representation of color #97AC87: hue angle of 94.05º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97AC87 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB151172135-
CMYK0.1200.220.33
HSL94.05º18.23%60.2%-
HSV(B)94.05º21.51%67.45%-
XYZ31.8937.8328.54-
YUV161.5113.04120.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.97%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 135 (53.12% from 255) = 29.48%
R=32.97%
G=37.55%
B=29.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511721350.1200.220.3394.0518.2360.2
Hex97AC87C016215e123c
Octal22725420714026411362274
Binary1001011110101100100001111100010110100001101111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,172,135); }

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

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

 a { background-color: rgb(151,172,135); }

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

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

 span { border-color: rgb(151,172,135); }

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