Shades of Dark Sea Green #8CB386
Tints of Dark Sea Green #8CB386
RGB
CMYK
RGB Variations
Color information
#8CB386 (or 0x8CB386) is known color: Dark Sea Green. HEX triplet: 8C, B3 and 86. RGB value is (140,179,134). Sum of RGB (Red+Green+Blue) = 140+179+134=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB386 is #734C79. Grayscale: #A2A2A2. Windows color (decimal): -7556218 or 8827788. OLE color: 8827788.
HSL color Cylindrical-coordinate representation of color #8CB386: hue angle of 112º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CB386 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 134 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.30 |
| HSL | 112º | 0.23% | 0.61% | - |
| HSV(B) | 112º | 0.25% | 0.7% | - |
| XYZ | 31.24 | 39.54 | 28.54 | - |
| YUV | 162.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 134 | 0.22 | 0 | 0.25 | 0.30 | 112 | 0.23 | 0.61 |
| Hex | 8C | B3 | 86 | 16 | 0 | 19 | 1E | 70 | 17 | 3D |
| Octal | 214 | 263 | 206 | 26 | 0 | 31 | 36 | 160 | 27 | 75 |
| Binary | 10001100 | 10110011 | 10000110 | 10110 | 0 | 11001 | 11110 | 1110000 | 10111 | 111101 |
Color Harmonies of #8CB386
Complementary color
Monochromatic Colors of #8CB386
Black with #8CB386
Text Example
Text Example
White with #8CB386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB386; }
p { color: rgb(140,179,134); }
H1.HeaderClassName
{
color: #8CB386;
}
.AnyTagClassName
{
color: #8CB386;
}
</style>
background-color css
<style>
a { background-color: #8CB386; }
a { background-color: rgb(140,179,134); }
div.DivClassName
{
background-color: #8CB386;
}
.BgClassName
{
background-color: #8CB386;
}
</style>
border-color css
<style>
span { border-color: #8CB386; }
span { border-color: rgb(140,179,134); }
td.TdClassName
{
border-color: #8CB386;
}
.TagClassName
{
border-color: #8CB386;
}
</style>