Shades of Dark Sea Green #8DB78B
Tints of Dark Sea Green #8DB78B
RGB
CMYK
RGB Variations
Color information
#8DB78B (or 0x8DB78B) is known color: Dark Sea Green. HEX triplet: 8D, B7 and 8B. RGB value is (141,183,139). Sum of RGB (Red+Green+Blue) = 141+183+139=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB78B is #724874. Grayscale: #A5A5A5. Windows color (decimal): -7489653 or 9156493. OLE color: 9156493.
HSL color Cylindrical-coordinate representation of color #8DB78B: hue angle of 117.27º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DB78B is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 139 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.28 |
| HSL | 117.27º | 0.23% | 0.63% | - |
| HSV(B) | 117.27º | 0.24% | 0.72% | - |
| XYZ | 32.58 | 41.39 | 30.7 | - |
| YUV | 165.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 139 | 0.23 | 0 | 0.24 | 0.28 | 117.27 | 0.23 | 0.63 |
| Hex | 8D | B7 | 8B | 17 | 0 | 18 | 1C | 75 | 17 | 3F |
| Octal | 215 | 267 | 213 | 27 | 0 | 30 | 34 | 165 | 27 | 77 |
| Binary | 10001101 | 10110111 | 10001011 | 10111 | 0 | 11000 | 11100 | 1110101 | 10111 | 111111 |
Color Harmonies of #8DB78B
Complementary color
Monochromatic Colors of #8DB78B
Black with #8DB78B
Text Example
Text Example
White with #8DB78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB78B; }
p { color: rgb(141,183,139); }
H1.HeaderClassName
{
color: #8DB78B;
}
.AnyTagClassName
{
color: #8DB78B;
}
</style>
background-color css
<style>
a { background-color: #8DB78B; }
a { background-color: rgb(141,183,139); }
div.DivClassName
{
background-color: #8DB78B;
}
.BgClassName
{
background-color: #8DB78B;
}
</style>
border-color css
<style>
span { border-color: #8DB78B; }
span { border-color: rgb(141,183,139); }
td.TdClassName
{
border-color: #8DB78B;
}
.TagClassName
{
border-color: #8DB78B;
}
</style>