#97B399

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

Shades of Dark Sea Green #97B399

Tints of Dark Sea Green #97B399

Color information

#97B399 (or 0x97B399) is unknown color: approx Dark Sea Green. HEX triplet: 97, B3 and 99. RGB value is (151,179,153). Sum of RGB (Red+Green+Blue) = 151+179+153=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #97B399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B399 is #684C66. Grayscale: #A7A7A7. Windows color (decimal): -6835303 or 10072983. OLE color: 10072983.

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

Color convert

RGB151179153-
CMYK0.1600.150.30
HSL124.29º15.56%64.71%-
HSV(B)124.29º15.64%70.2%-
XYZ34.6341.1236.25-
YUV167.66119.72116.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.26%
GREEN value IS 179 (70.31% from 255) = 37.06%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=31.26%
G=37.06%
B=31.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1511791530.1600.150.30124.2915.5664.71
Hex97B399100F1E7c1041
Octal227263231200173617420101
Binary1001011110110011100110011000001111111101111100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,179,153); }

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

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

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

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

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

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

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