Shades of Dark Sea Green #8CB684
Tints of Dark Sea Green #8CB684
RGB
CMYK
RGB Variations
Color information
#8CB684 (or 0x8CB684) is known color: Dark Sea Green. HEX triplet: 8C, B6 and 84. RGB value is (140,182,132). Sum of RGB (Red+Green+Blue) = 140+182+132=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB684 is #73497B. Grayscale: #A3A3A3. Windows color (decimal): -7555452 or 8697484. OLE color: 8697484.
HSL color Cylindrical-coordinate representation of color #8CB684: hue angle of 110.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CB684 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 132 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.29 |
| HSL | 110.4º | 0.26% | 0.62% | - |
| HSV(B) | 110.4º | 0.27% | 0.71% | - |
| XYZ | 31.71 | 40.7 | 28.01 | - |
| YUV | 163.74 | 110.09 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 132 | 0.23 | 0 | 0.27 | 0.29 | 110.4 | 0.26 | 0.62 |
| Hex | 8C | B6 | 84 | 17 | 0 | 1B | 1D | 6E | 1A | 3E |
| Octal | 214 | 266 | 204 | 27 | 0 | 33 | 35 | 156 | 32 | 76 |
| Binary | 10001100 | 10110110 | 10000100 | 10111 | 0 | 11011 | 11101 | 1101110 | 11010 | 111110 |
Color Harmonies of #8CB684
Complementary color
Monochromatic Colors of #8CB684
Black with #8CB684
Text Example
Text Example
White with #8CB684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB684; }
p { color: rgb(140,182,132); }
H1.HeaderClassName
{
color: #8CB684;
}
.AnyTagClassName
{
color: #8CB684;
}
</style>
background-color css
<style>
a { background-color: #8CB684; }
a { background-color: rgb(140,182,132); }
div.DivClassName
{
background-color: #8CB684;
}
.BgClassName
{
background-color: #8CB684;
}
</style>
border-color css
<style>
span { border-color: #8CB684; }
span { border-color: rgb(140,182,132); }
td.TdClassName
{
border-color: #8CB684;
}
.TagClassName
{
border-color: #8CB684;
}
</style>