#97B688

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

Shades of Norway #97B688

Tints of Norway #97B688

Color information

#97B688 (or 0x97B688) is unknown color: approx Norway. HEX triplet: 97, B6 and 88. RGB value is (151,182,136). Sum of RGB (Red+Green+Blue) = 151+182+136=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #97B688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B688 is #684977. Grayscale: #A7A7A7. Windows color (decimal): -6834552 or 8959639. OLE color: 8959639.

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

Color convert

RGB151182136-
CMYK0.1700.250.29
HSL100.43º23.96%62.35%-
HSV(B)100.43º25.27%71.37%-
XYZ33.9341.8129.57-
YUV167.49110.23116.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.20%
GREEN value IS 182 (71.48% from 255) = 38.81%
BLUE value IS 136 (53.52% from 255) = 29.00%
R=32.20%
G=38.81%
B=29.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511821360.1700.250.29100.4323.9662.35
Hex97B688110191D64183e
Octal22726621021031351443076
Binary1001011110110110100010001000101100111101110010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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