#96B691

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

Shades of Dark Sea Green #96B691

Tints of Dark Sea Green #96B691

Color information

#96B691 (or 0x96B691) is unknown color: approx Dark Sea Green. HEX triplet: 96, B6 and 91. RGB value is (150,182,145). Sum of RGB (Red+Green+Blue) = 150+182+145=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 182 - color contains mainly: green. Hex color #96B691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B691 is #69496E. Grayscale: #A8A8A8. Windows color (decimal): -6900079 or 9549462. OLE color: 9549462.

HSL color Cylindrical-coordinate representation of color #96B691: hue angle of 111.89º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96B691 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB150182145-
CMYK0.1800.200.29
HSL111.89º20.22%64.12%-
HSV(B)111.89º20.33%71.37%-
XYZ34.4241.9833.08-
YUV168.21114.9115.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.45%
GREEN value IS 182 (71.48% from 255) = 38.16%
BLUE value IS 145 (57.03% from 255) = 30.40%
R=31.45%
G=38.16%
B=30.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501821450.1800.200.29111.8920.2264.12
Hex96B691120141D701440
Octal226266221220243516024100
Binary10010110101101101001000110010010100111011110000101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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