Shades of Dark Sea Green #8CB98C
Tints of Dark Sea Green #8CB98C
RGB
CMYK
RGB Variations
Color information
#8CB98C (or 0x8CB98C) is known color: Dark Sea Green. HEX triplet: 8C, B9 and 8C. RGB value is (140,185,140). Sum of RGB (Red+Green+Blue) = 140+185+140=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB98C is #734673. Grayscale: #A6A6A6. Windows color (decimal): -7554676 or 9222540. OLE color: 9222540.
HSL color Cylindrical-coordinate representation of color #8CB98C: hue angle of 120º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CB98C is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 140 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.27 |
| HSL | 120º | 0.24% | 0.64% | - |
| HSV(B) | 120º | 0.24% | 0.73% | - |
| XYZ | 32.9 | 42.17 | 31.22 | - |
| YUV | 166.42 | 113.09 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 140 | 0.24 | 0 | 0.24 | 0.27 | 120 | 0.24 | 0.64 |
| Hex | 8C | B9 | 8C | 18 | 0 | 18 | 1B | 78 | 18 | 40 |
| Octal | 214 | 271 | 214 | 30 | 0 | 30 | 33 | 170 | 30 | 100 |
| Binary | 10001100 | 10111001 | 10001100 | 11000 | 0 | 11000 | 11011 | 1111000 | 11000 | 1000000 |
Color Harmonies of #8CB98C
Complementary color
Monochromatic Colors of #8CB98C
Black with #8CB98C
Text Example
Text Example
White with #8CB98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB98C; }
p { color: rgb(140,185,140); }
H1.HeaderClassName
{
color: #8CB98C;
}
.AnyTagClassName
{
color: #8CB98C;
}
</style>
background-color css
<style>
a { background-color: #8CB98C; }
a { background-color: rgb(140,185,140); }
div.DivClassName
{
background-color: #8CB98C;
}
.BgClassName
{
background-color: #8CB98C;
}
</style>
border-color css
<style>
span { border-color: #8CB98C; }
span { border-color: rgb(140,185,140); }
td.TdClassName
{
border-color: #8CB98C;
}
.TagClassName
{
border-color: #8CB98C;
}
</style>