#8CBC7F

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

Shades of Dark Sea Green #8CBC7F

Tints of Dark Sea Green #8CBC7F

Color information

#8CBC7F (or 0x8CBC7F) is unknown color: approx Dark Sea Green. HEX triplet: 8C, BC and 7F. RGB value is (140,188,127). Sum of RGB (Red+Green+Blue) = 140+188+127=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC7F is #734380. Grayscale: #A6A6A6. Windows color (decimal): -7553921 or 8371340. OLE color: 8371340.

HSL color Cylindrical-coordinate representation of color #8CBC7F: hue angle of 107.21º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CBC7F is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB140188127-
CMYK0.2600.320.26
HSL107.21º31.28%61.76%-
HSV(B)107.21º32.45%73.73%-
XYZ32.6343.0726.67-
YUV166.69105.6108.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.77%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 127 (50% from 255) = 27.91%
R=30.77%
G=41.32%
B=27.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401881270.2600.320.26107.2131.2861.76
Hex8CBC7F1A0201A6b1f3e
Octal21427417732040321533776
Binary1000110010111100111111111010010000011010110101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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