Shades of Dark Sea Green #8CB982
Tints of Dark Sea Green #8CB982
RGB
CMYK
RGB Variations
Color information
#8CB982 (or 0x8CB982) is known color: Dark Sea Green. HEX triplet: 8C, B9 and 82. RGB value is (140,185,130). Sum of RGB (Red+Green+Blue) = 140+185+130=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB982 is #73467D. Grayscale: #A5A5A5. Windows color (decimal): -7554686 or 8567180. OLE color: 8567180.
HSL color Cylindrical-coordinate representation of color #8CB982: hue angle of 109.09º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CB982 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 130 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.27 |
| HSL | 109.09º | 0.28% | 0.62% | - |
| HSV(B) | 109.09º | 0.3% | 0.73% | - |
| XYZ | 32.19 | 41.89 | 27.51 | - |
| YUV | 165.28 | 108.09 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 130 | 0.24 | 0 | 0.30 | 0.27 | 109.09 | 0.28 | 0.62 |
| Hex | 8C | B9 | 82 | 18 | 0 | 1E | 1B | 6D | 1C | 3E |
| Octal | 214 | 271 | 202 | 30 | 0 | 36 | 33 | 155 | 34 | 76 |
| Binary | 10001100 | 10111001 | 10000010 | 11000 | 0 | 11110 | 11011 | 1101101 | 11100 | 111110 |
Color Harmonies of #8CB982
Complementary color
Monochromatic Colors of #8CB982
Black with #8CB982
Text Example
Text Example
White with #8CB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB982; }
p { color: rgb(140,185,130); }
H1.HeaderClassName
{
color: #8CB982;
}
.AnyTagClassName
{
color: #8CB982;
}
</style>
background-color css
<style>
a { background-color: #8CB982; }
a { background-color: rgb(140,185,130); }
div.DivClassName
{
background-color: #8CB982;
}
.BgClassName
{
background-color: #8CB982;
}
</style>
border-color css
<style>
span { border-color: #8CB982; }
span { border-color: rgb(140,185,130); }
td.TdClassName
{
border-color: #8CB982;
}
.TagClassName
{
border-color: #8CB982;
}
</style>