#8CB88B

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

Shades of Dark Sea Green #8CB88B

Tints of Dark Sea Green #8CB88B

Color information

#8CB88B (or 0x8CB88B) is unknown color: approx Dark Sea Green. HEX triplet: 8C, B8 and 8B. RGB value is (140,184,139). Sum of RGB (Red+Green+Blue) = 140+184+139=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB88B is #734774. Grayscale: #A5A5A5. Windows color (decimal): -7554933 or 9156748. OLE color: 9156748.

HSL color Cylindrical-coordinate representation of color #8CB88B: hue angle of 118.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CB88B is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB140184139-
CMYK0.2400.240.28
HSL118.67º24.06%63.33%-
HSV(B)118.67º24.46%72.16%-
XYZ32.6241.7230.76-
YUV165.71112.92109.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.24%
GREEN value IS 184 (72.27% from 255) = 39.74%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=30.24%
G=39.74%
B=30.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1401841390.2400.240.28118.6724.0663.33
Hex8CB88B180181C77183f
Octal21427021330030341673077
Binary1000110010111000100010111100001100011100111011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CB88B; }

 p { color: rgb(140,184,139); }

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

<style>
 a { background-color: #8CB88B; }

 a { background-color: rgb(140,184,139); }

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

<style>
 span { border-color: #8CB88B; }

 span { border-color: rgb(140,184,139); }

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