#97B595

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

Shades of Dark Sea Green #97B595

Tints of Dark Sea Green #97B595

Color information

#97B595 (or 0x97B595) is unknown color: approx Dark Sea Green. HEX triplet: 97, B5 and 95. RGB value is (151,181,149). Sum of RGB (Red+Green+Blue) = 151+181+149=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #97B595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B595 is #684A6A. Grayscale: #A8A8A8. Windows color (decimal): -6834795 or 9811351. OLE color: 9811351.

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

Color convert

RGB151181149-
CMYK0.1700.180.29
HSL116.25º17.78%64.71%-
HSV(B)116.25º17.68%70.98%-
XYZ34.7141.834.67-
YUV168.38117.06115.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.39%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=31.39%
G=37.63%
B=30.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511811490.1700.180.29116.2517.7864.71
Hex97B595110121D741241
Octal227265225210223516422101
Binary10010111101101011001010110001010010111011110100100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,181,149); }

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

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

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

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

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

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

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