#9CB69D

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

Shades of Dark Sea Green #9CB69D

Tints of Dark Sea Green #9CB69D

Color information

#9CB69D (or 0x9CB69D) is unknown color: approx Dark Sea Green. HEX triplet: 9C, B6 and 9D. RGB value is (156,182,157). Sum of RGB (Red+Green+Blue) = 156+182+157=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB69D is #634962. Grayscale: #ABABAB. Windows color (decimal): -6506851 or 10335900. OLE color: 10335900.

HSL color Cylindrical-coordinate representation of color #9CB69D: hue angle of 122.31º 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 #9CB69D is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB156182157-
CMYK0.1400.140.29
HSL122.31º15.12%66.27%-
HSV(B)122.31º14.29%71.37%-
XYZ36.5242.9638.27-
YUV171.38119.89117.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.52%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=31.52%
G=36.77%
B=31.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561821570.1400.140.29122.3115.1266.27
Hex9CB69DE0E1D7af42
Octal234266235160163517217102
Binary10011100101101101001110111100111011101111101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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