#99B399

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

Shades of Dark Sea Green #99B399

Tints of Dark Sea Green #99B399

Color information

#99B399 (or 0x99B399) is unknown color: approx Dark Sea Green. HEX triplet: 99, B3 and 99. RGB value is (153,179,153). Sum of RGB (Red+Green+Blue) = 153+179+153=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 179 - color contains mainly: green. Hex color #99B399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B399 is #664C66. Grayscale: #A8A8A8. Windows color (decimal): -6704231 or 10072985. OLE color: 10072985.

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

Color convert

RGB153179153-
CMYK0.1500.150.30
HSL120º14.61%65.1%-
HSV(B)120º14.53%70.2%-
XYZ35.0141.3136.27-
YUV168.26119.39117.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.55%
GREEN value IS 179 (70.31% from 255) = 36.91%
BLUE value IS 153 (60.16% from 255) = 31.55%
R=31.55%
G=36.91%
B=31.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531791530.1500.150.3012014.6165.1
Hex99B399F0F1E78f41
Octal231263231170173617017101
Binary10011001101100111001100111110111111110111100011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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