#96B695

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

Shades of Dark Sea Green #96B695

Tints of Dark Sea Green #96B695

Color information

#96B695 (or 0x96B695) is unknown color: approx Dark Sea Green. HEX triplet: 96, B6 and 95. RGB value is (150,182,149). Sum of RGB (Red+Green+Blue) = 150+182+149=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 182 - color contains mainly: green. Hex color #96B695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B695 is #69496A. Grayscale: #A8A8A8. Windows color (decimal): -6900075 or 9811606. OLE color: 9811606.

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

Color convert

RGB150182149-
CMYK0.1800.180.29
HSL118.18º18.44%64.9%-
HSV(B)118.18º18.13%71.37%-
XYZ34.7342.1134.73-
YUV168.67116.9114.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 182 (71.48% from 255) = 37.84%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=31.19%
G=37.84%
B=30.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501821490.1800.180.29118.1818.4464.9
Hex96B695120121D761241
Octal226266225220223516622101
Binary10010110101101101001010110010010010111011110110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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