Shades of Dark Sea Green #8CB58C
Tints of Dark Sea Green #8CB58C
RGB
CMYK
RGB Variations
Color information
#8CB58C (or 0x8CB58C) is known color: Dark Sea Green. HEX triplet: 8C, B5 and 8C. RGB value is (140,181,140). Sum of RGB (Red+Green+Blue) = 140+181+140=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB58C is #734A73. Grayscale: #A4A4A4. Windows color (decimal): -7555700 or 9221516. OLE color: 9221516.
HSL color Cylindrical-coordinate representation of color #8CB58C: hue angle of 120º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB58C is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 181 | 140 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.29 |
| HSL | 120º | 0.22% | 0.63% | - |
| HSV(B) | 120º | 0.23% | 0.71% | - |
| XYZ | 32.07 | 40.52 | 30.94 | - |
| YUV | 164.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 140 | 0.23 | 0 | 0.23 | 0.29 | 120 | 0.22 | 0.63 |
| Hex | 8C | B5 | 8C | 17 | 0 | 17 | 1D | 78 | 16 | 3F |
| Octal | 214 | 265 | 214 | 27 | 0 | 27 | 35 | 170 | 26 | 77 |
| Binary | 10001100 | 10110101 | 10001100 | 10111 | 0 | 10111 | 11101 | 1111000 | 10110 | 111111 |
Color Harmonies of #8CB58C
Complementary color
Monochromatic Colors of #8CB58C
Black with #8CB58C
Text Example
Text Example
White with #8CB58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB58C; }
p { color: rgb(140,181,140); }
H1.HeaderClassName
{
color: #8CB58C;
}
.AnyTagClassName
{
color: #8CB58C;
}
</style>
background-color css
<style>
a { background-color: #8CB58C; }
a { background-color: rgb(140,181,140); }
div.DivClassName
{
background-color: #8CB58C;
}
.BgClassName
{
background-color: #8CB58C;
}
</style>
border-color css
<style>
span { border-color: #8CB58C; }
span { border-color: rgb(140,181,140); }
td.TdClassName
{
border-color: #8CB58C;
}
.TagClassName
{
border-color: #8CB58C;
}
</style>