#97B685

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

Shades of Norway #97B685

Tints of Norway #97B685

Color information

#97B685 (or 0x97B685) is unknown color: approx Norway. HEX triplet: 97, B6 and 85. RGB value is (151,182,133). Sum of RGB (Red+Green+Blue) = 151+182+133=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #97B685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B685 is #68497A. Grayscale: #A7A7A7. Windows color (decimal): -6834555 or 8763031. OLE color: 8763031.

HSL color Cylindrical-coordinate representation of color #97B685: hue angle of 97.96º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97B685 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB151182133-
CMYK0.1700.270.29
HSL97.96º25.13%61.76%-
HSV(B)97.96º26.92%71.37%-
XYZ33.7241.7328.47-
YUV167.14108.73116.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.40%
GREEN value IS 182 (71.48% from 255) = 39.06%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=32.40%
G=39.06%
B=28.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511821330.1700.270.2997.9625.1361.76
Hex97B6851101B1D62193e
Octal22726620521033351423176
Binary1001011110110110100001011000101101111101110001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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