#9BB69A

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

Shades of Dark Sea Green #9BB69A

Tints of Dark Sea Green #9BB69A

Color information

#9BB69A (or 0x9BB69A) is unknown color: approx Dark Sea Green. HEX triplet: 9B, B6 and 9A. RGB value is (155,182,154). Sum of RGB (Red+Green+Blue) = 155+182+154=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB69A is #644965. Grayscale: #AAAAAA. Windows color (decimal): -6572390 or 10139291. OLE color: 10139291.

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

Color convert

RGB155182154-
CMYK0.1500.150.29
HSL117.86º16.09%65.88%-
HSV(B)117.86º15.38%71.37%-
XYZ36.0842.7636.92-
YUV170.74118.55116.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.57%
GREEN value IS 182 (71.48% from 255) = 37.07%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=31.57%
G=37.07%
B=31.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551821540.1500.150.29117.8616.0965.88
Hex9BB69AF0F1D761042
Octal233266232170173516620102
Binary100110111011011010011010111101111111011110110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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