#97AA85

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

Shades of Norway #97AA85

Tints of Norway #97AA85

Color information

#97AA85 (or 0x97AA85) is unknown color: approx Norway. HEX triplet: 97, AA and 85. RGB value is (151,170,133). Sum of RGB (Red+Green+Blue) = 151+170+133=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #97AA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AA85 is #68557A. Grayscale: #A0A0A0. Windows color (decimal): -6837627 or 8759959. OLE color: 8759959.

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

Color convert

RGB151170133-
CMYK0.1100.220.33
HSL90.81º17.87%59.41%-
HSV(B)90.81º21.76%66.67%-
XYZ31.3737.0227.68-
YUV160.1112.71121.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.26%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 133 (52.34% from 255) = 29.30%
R=33.26%
G=37.44%
B=29.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511701330.1100.220.3390.8117.8759.41
Hex97AA85B016215b123b
Octal22725220513026411332273
Binary1001011110101010100001011011010110100001101101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,170,133); }

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

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

 a { background-color: rgb(151,170,133); }

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

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

 span { border-color: rgb(151,170,133); }

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