#96C79B

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

Shades of Dark Sea Green #96C79B

Tints of Dark Sea Green #96C79B

Color information

#96C79B (or 0x96C79B) is unknown color: approx Dark Sea Green. HEX triplet: 96, C7 and 9B. RGB value is (150,199,155). Sum of RGB (Red+Green+Blue) = 150+199+155=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #96C79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C79B is #693864. Grayscale: #B3B3B3. Windows color (decimal): -6895717 or 10209174. OLE color: 10209174.

HSL color Cylindrical-coordinate representation of color #96C79B: hue angle of 126.12º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C79B is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB150199155-
CMYK0.2500.220.22
HSL126.12º30.43%68.43%-
HSV(B)126.12º24.62%78.04%-
XYZ38.9249.738.55-
YUV179.33114.27107.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.76%
GREEN value IS 199 (78.12% from 255) = 39.48%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=29.76%
G=39.48%
B=30.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501991550.2500.220.22126.1230.4368.43
Hex96C79B19016167e1e44
Octal226307233310262617636104
Binary10010110110001111001101111001010110101101111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,199,155); }

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

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

 a { background-color: rgb(150,199,155); }

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

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

 span { border-color: rgb(150,199,155); }

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