Shades of Dark Sea Green #8DBA7D
Tints of Dark Sea Green #8DBA7D
RGB
CMYK
RGB Variations
Color information
#8DBA7D (or 0x8DBA7D) is known color: Dark Sea Green. HEX triplet: 8D, BA and 7D. RGB value is (141,186,125). Sum of RGB (Red+Green+Blue) = 141+186+125=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBA7D is #724582. Grayscale: #A5A5A5. Windows color (decimal): -7488899 or 8239757. OLE color: 8239757.
HSL color Cylindrical-coordinate representation of color #8DBA7D: hue angle of 104.26º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DBA7D is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 125 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.27 |
| HSL | 104.26º | 0.31% | 0.61% | - |
| HSV(B) | 104.26º | 0.33% | 0.73% | - |
| XYZ | 32.25 | 42.26 | 25.86 | - |
| YUV | 165.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 125 | 0.24 | 0 | 0.33 | 0.27 | 104.26 | 0.31 | 0.61 |
| Hex | 8D | BA | 7D | 18 | 0 | 21 | 1B | 68 | 1F | 3D |
| Octal | 215 | 272 | 175 | 30 | 0 | 41 | 33 | 150 | 37 | 75 |
| Binary | 10001101 | 10111010 | 1111101 | 11000 | 0 | 100001 | 11011 | 1101000 | 11111 | 111101 |
Color Harmonies of #8DBA7D
Complementary color
Monochromatic Colors of #8DBA7D
Black with #8DBA7D
Text Example
Text Example
White with #8DBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBA7D; }
p { color: rgb(141,186,125); }
H1.HeaderClassName
{
color: #8DBA7D;
}
.AnyTagClassName
{
color: #8DBA7D;
}
</style>
background-color css
<style>
a { background-color: #8DBA7D; }
a { background-color: rgb(141,186,125); }
div.DivClassName
{
background-color: #8DBA7D;
}
.BgClassName
{
background-color: #8DBA7D;
}
</style>
border-color css
<style>
span { border-color: #8DBA7D; }
span { border-color: rgb(141,186,125); }
td.TdClassName
{
border-color: #8DBA7D;
}
.TagClassName
{
border-color: #8DBA7D;
}
</style>