Shades of Dark Sea Green #8DBD7D
Tints of Dark Sea Green #8DBD7D
RGB
CMYK
RGB Variations
Color information
#8DBD7D (or 0x8DBD7D) is known color: Dark Sea Green. HEX triplet: 8D, BD and 7D. RGB value is (141,189,125). Sum of RGB (Red+Green+Blue) = 141+189+125=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBD7D is #724282. Grayscale: #A7A7A7. Windows color (decimal): -7488131 or 8240525. OLE color: 8240525.
HSL color Cylindrical-coordinate representation of color #8DBD7D: hue angle of 105º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DBD7D is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
RGB | 141 | 189 | 125 | - |
CMYK | 0.25 | 0 | 0.34 | 0.26 |
HSL | 105º | 0.33% | 0.62% | - |
HSV(B) | 105º | 0.34% | 0.74% | - |
XYZ | 32.88 | 43.54 | 26.07 | - |
YUV | 167.35 | 104.1 | 109.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 189 | 125 | 0.25 | 0 | 0.34 | 0.26 | 105 | 0.33 | 0.62 |
Hex | 8D | BD | 7D | 19 | 0 | 22 | 1A | 69 | 21 | 3E |
Octal | 215 | 275 | 175 | 31 | 0 | 42 | 32 | 151 | 41 | 76 |
Binary | 10001101 | 10111101 | 1111101 | 11001 | 0 | 100010 | 11010 | 1101001 | 100001 | 111110 |
Color Harmonies of #8DBD7D
Complementary color
Monochromatic Colors of #8DBD7D
Black with #8DBD7D
Text Example
Text Example
White with #8DBD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD7D; }
p { color: rgb(141,189,125); }
H1.HeaderClassName
{
color: #8DBD7D;
}
.AnyTagClassName
{
color: #8DBD7D;
}
</style>
background-color css
<style>
a { background-color: #8DBD7D; }
a { background-color: rgb(141,189,125); }
div.DivClassName
{
background-color: #8DBD7D;
}
.BgClassName
{
background-color: #8DBD7D;
}
</style>
border-color css
<style>
span { border-color: #8DBD7D; }
span { border-color: rgb(141,189,125); }
td.TdClassName
{
border-color: #8DBD7D;
}
.TagClassName
{
border-color: #8DBD7D;
}
</style>