#99B699

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

Shades of Dark Sea Green #99B699

Tints of Dark Sea Green #99B699

Color information

#99B699 (or 0x99B699) is unknown color: approx Dark Sea Green. HEX triplet: 99, B6 and 99. RGB value is (153,182,153). Sum of RGB (Red+Green+Blue) = 153+182+153=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 182 - color contains mainly: green. Hex color #99B699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B699 is #664966. Grayscale: #AAAAAA. Windows color (decimal): -6703463 or 10073753. OLE color: 10073753.

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

Color convert

RGB153182153-
CMYK0.1600.160.29
HSL120º16.57%65.69%-
HSV(B)120º15.93%71.37%-
XYZ35.6142.5336.47-
YUV170.02118.39115.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 182 (71.48% from 255) = 37.30%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=31.35%
G=37.30%
B=31.35%

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
Decimal1531821530.1600.160.2912016.5765.69
Hex99B699100101D781142
Octal231266231200203517021102
Binary10011001101101101001100110000010000111011111000100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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