#97B497

Color #97B497 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #97B497

Tints of Dark Sea Green #97B497

Color information

#97B497 (or 0x97B497) is unknown color: approx Dark Sea Green. HEX triplet: 97, B4 and 97. RGB value is (151,180,151). Sum of RGB (Red+Green+Blue) = 151+180+151=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #97B497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B497 is #684B68. Grayscale: #A8A8A8. Windows color (decimal): -6835049 or 9942167. OLE color: 9942167.

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

Color convert

RGB151180151-
CMYK0.1600.160.29
HSL120º16.2%64.9%-
HSV(B)120º16.11%70.59%-
XYZ34.6741.4635.45-
YUV168.02118.39115.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.33%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 151 (59.38% from 255) = 31.33%
R=31.33%
G=37.34%
B=31.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511801510.1600.160.2912016.264.9
Hex97B497100101D781041
Octal227264227200203517020101
Binary10010111101101001001011110000010000111011111000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,180,151); }

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

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

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

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

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

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

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