#9DB69F

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

Shades of Dark Sea Green #9DB69F

Tints of Dark Sea Green #9DB69F

Color information

#9DB69F (or 0x9DB69F) is unknown color: approx Dark Sea Green. HEX triplet: 9D, B6 and 9F. RGB value is (157,182,159). Sum of RGB (Red+Green+Blue) = 157+182+159=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB69F is #624960. Grayscale: #ABABAB. Windows color (decimal): -6441313 or 10466973. OLE color: 10466973.

HSL color Cylindrical-coordinate representation of color #9DB69F: hue angle of 124.8º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DB69F is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB157182159-
CMYK0.1400.130.29
HSL124.8º14.62%66.47%-
HSV(B)124.8º13.74%71.37%-
XYZ36.8943.1339.18-
YUV171.9120.72117.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.53%
GREEN value IS 182 (71.48% from 255) = 36.55%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=31.53%
G=36.55%
B=31.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571821590.1400.130.29124.814.6266.47
Hex9DB69FE0D1D7df42
Octal235266237160153517517102
Binary10011101101101101001111111100110111101111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DB69F; }

 p { color: rgb(157,182,159); }

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

<style>
 a { background-color: #9DB69F; }

 a { background-color: rgb(157,182,159); }

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

<style>
 span { border-color: #9DB69F; }

 span { border-color: rgb(157,182,159); }

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