#8CBA7F

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

Shades of Dark Sea Green #8CBA7F

Tints of Dark Sea Green #8CBA7F

Color information

#8CBA7F (or 0x8CBA7F) is unknown color: approx Dark Sea Green. HEX triplet: 8C, BA and 7F. RGB value is (140,186,127). Sum of RGB (Red+Green+Blue) = 140+186+127=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA7F is #734580. Grayscale: #A5A5A5. Windows color (decimal): -7554433 or 8370828. OLE color: 8370828.

HSL color Cylindrical-coordinate representation of color #8CBA7F: hue angle of 106.78º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CBA7F is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB140186127-
CMYK0.2500.320.27
HSL106.78º29.95%61.37%-
HSV(B)106.78º31.72%72.94%-
XYZ32.242.2326.53-
YUV165.52106.26109.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.91%
GREEN value IS 186 (73.05% from 255) = 41.06%
BLUE value IS 127 (50% from 255) = 28.04%
R=30.91%
G=41.06%
B=28.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401861270.2500.320.27106.7829.9561.37
Hex8CBA7F190201B6b1e3d
Octal21427217731040331533675
Binary1000110010111010111111111001010000011011110101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,186,127); }

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

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

 a { background-color: rgb(140,186,127); }

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

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

 span { border-color: rgb(140,186,127); }

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