#96B69A

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

Shades of Dark Sea Green #96B69A

Tints of Dark Sea Green #96B69A

Color information

#96B69A (or 0x96B69A) is unknown color: approx Dark Sea Green. HEX triplet: 96, B6 and 9A. RGB value is (150,182,154). Sum of RGB (Red+Green+Blue) = 150+182+154=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 182 - color contains mainly: green. Hex color #96B69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B69A is #694965. Grayscale: #A9A9A9. Windows color (decimal): -6900070 or 10139286. OLE color: 10139286.

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

Color convert

RGB150182154-
CMYK0.1800.150.29
HSL127.5º17.98%65.1%-
HSV(B)127.5º17.58%71.37%-
XYZ35.1442.2736.88-
YUV169.24119.4114.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.86%
GREEN value IS 182 (71.48% from 255) = 37.45%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=30.86%
G=37.45%
B=31.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501821540.1800.150.29127.517.9865.1
Hex96B69A120F1D7f1241
Octal226266232220173517722101
Binary1001011010110110100110101001001111111011111111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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