Shades of Dark Sea Green #8CB985
Tints of Dark Sea Green #8CB985
RGB
CMYK
RGB Variations
Color information
#8CB985 (or 0x8CB985) is known color: Dark Sea Green. HEX triplet: 8C, B9 and 85. RGB value is (140,185,133). Sum of RGB (Red+Green+Blue) = 140+185+133=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB985 is #73467A. Grayscale: #A5A5A5. Windows color (decimal): -7554683 or 8763788. OLE color: 8763788.
HSL color Cylindrical-coordinate representation of color #8CB985: hue angle of 111.92º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CB985 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 133 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.27 |
| HSL | 111.92º | 0.27% | 0.62% | - |
| HSV(B) | 111.92º | 0.28% | 0.73% | - |
| XYZ | 32.4 | 41.97 | 28.58 | - |
| YUV | 165.62 | 109.59 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 133 | 0.24 | 0 | 0.28 | 0.27 | 111.92 | 0.27 | 0.62 |
| Hex | 8C | B9 | 85 | 18 | 0 | 1C | 1B | 70 | 1B | 3E |
| Octal | 214 | 271 | 205 | 30 | 0 | 34 | 33 | 160 | 33 | 76 |
| Binary | 10001100 | 10111001 | 10000101 | 11000 | 0 | 11100 | 11011 | 1110000 | 11011 | 111110 |
Color Harmonies of #8CB985
Complementary color
Monochromatic Colors of #8CB985
Black with #8CB985
Text Example
Text Example
White with #8CB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB985; }
p { color: rgb(140,185,133); }
H1.HeaderClassName
{
color: #8CB985;
}
.AnyTagClassName
{
color: #8CB985;
}
</style>
background-color css
<style>
a { background-color: #8CB985; }
a { background-color: rgb(140,185,133); }
div.DivClassName
{
background-color: #8CB985;
}
.BgClassName
{
background-color: #8CB985;
}
</style>
border-color css
<style>
span { border-color: #8CB985; }
span { border-color: rgb(140,185,133); }
td.TdClassName
{
border-color: #8CB985;
}
.TagClassName
{
border-color: #8CB985;
}
</style>