#8CB390

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

Shades of Dark Sea Green #8CB390

Tints of Dark Sea Green #8CB390

Color information

#8CB390 (or 0x8CB390) is unknown color: approx Dark Sea Green. HEX triplet: 8C, B3 and 90. RGB value is (140,179,144). Sum of RGB (Red+Green+Blue) = 140+179+144=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB390 is #734C6F. Grayscale: #A3A3A3. Windows color (decimal): -7556208 or 9483148. OLE color: 9483148.

HSL color Cylindrical-coordinate representation of color #8CB390: hue angle of 126.15º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CB390 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB140179144-
CMYK0.2200.200.30
HSL126.15º20.42%62.55%-
HSV(B)126.15º21.79%70.2%-
XYZ31.9739.8332.39-
YUV163.35117.08111.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.24%
GREEN value IS 179 (70.31% from 255) = 38.66%
BLUE value IS 144 (56.64% from 255) = 31.10%
R=30.24%
G=38.66%
B=31.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1401791440.2200.200.30126.1520.4262.55
Hex8CB390160141E7e143f
Octal21426322026024361762477
Binary1000110010110011100100001011001010011110111111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,179,144); }

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

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

 a { background-color: rgb(140,179,144); }

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

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

 span { border-color: rgb(140,179,144); }

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