#96C68C

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

Shades of Dark Sea Green #96C68C

Tints of Dark Sea Green #96C68C

Color information

#96C68C (or 0x96C68C) is unknown color: approx Dark Sea Green. HEX triplet: 96, C6 and 8C. RGB value is (150,198,140). Sum of RGB (Red+Green+Blue) = 150+198+140=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #96C68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C68C is #693973. Grayscale: #B1B1B1. Windows color (decimal): -6895988 or 9225878. OLE color: 9225878.

HSL color Cylindrical-coordinate representation of color #96C68C: hue angle of 109.66º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96C68C is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB150198140-
CMYK0.2400.290.22
HSL109.66º33.72%66.27%-
HSV(B)109.66º29.29%77.65%-
XYZ37.5148.7732.25-
YUV177.04107.1108.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.74%
GREEN value IS 198 (77.73% from 255) = 40.57%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=30.74%
G=40.57%
B=28.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501981400.2400.290.22109.6633.7266.27
Hex96C68C1801D166e2242
Octal226306214300352615642102
Binary100101101100011010001100110000111011011011011101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,198,140); }

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

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

 a { background-color: rgb(150,198,140); }

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

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

 span { border-color: rgb(150,198,140); }

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