#96B699

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

Shades of Dark Sea Green #96B699

Tints of Dark Sea Green #96B699

Color information

#96B699 (or 0x96B699) is unknown color: approx Dark Sea Green. HEX triplet: 96, B6 and 99. RGB value is (150,182,153). Sum of RGB (Red+Green+Blue) = 150+182+153=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 182 - color contains mainly: green. Hex color #96B699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B699 is #694966. Grayscale: #A9A9A9. Windows color (decimal): -6900071 or 10073750. OLE color: 10073750.

HSL color Cylindrical-coordinate representation of color #96B699: hue angle of 125.62º 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 #96B699 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB150182153-
CMYK0.1800.160.29
HSL125.62º17.98%65.1%-
HSV(B)125.62º17.58%71.37%-
XYZ35.0642.2436.44-
YUV169.13118.9114.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.93%
GREEN value IS 182 (71.48% from 255) = 37.53%
BLUE value IS 153 (60.16% from 255) = 31.55%
R=30.93%
G=37.53%
B=31.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501821530.1800.160.29125.6217.9865.1
Hex96B699120101D7e1241
Octal226266231220203517622101
Binary10010110101101101001100110010010000111011111110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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