Shades of Dark Sea Green #8DBF7F
Tints of Dark Sea Green #8DBF7F
RGB
CMYK
RGB Variations
Color information
#8DBF7F (or 0x8DBF7F) is known color: Dark Sea Green. HEX triplet: 8D, BF and 7F. RGB value is (141,191,127). Sum of RGB (Red+Green+Blue) = 141+191+127=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBF7F is #724080. Grayscale: #A8A8A8. Windows color (decimal): -7487617 or 8372109. OLE color: 8372109.
HSL color Cylindrical-coordinate representation of color #8DBF7F: hue angle of 106.88º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DBF7F is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 127 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.25 |
| HSL | 106.88º | 0.33% | 0.62% | - |
| HSV(B) | 106.88º | 0.34% | 0.75% | - |
| XYZ | 33.45 | 44.46 | 26.9 | - |
| YUV | 168.75 | 104.44 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 127 | 0.26 | 0 | 0.34 | 0.25 | 106.88 | 0.33 | 0.62 |
| Hex | 8D | BF | 7F | 1A | 0 | 22 | 19 | 6B | 21 | 3E |
| Octal | 215 | 277 | 177 | 32 | 0 | 42 | 31 | 153 | 41 | 76 |
| Binary | 10001101 | 10111111 | 1111111 | 11010 | 0 | 100010 | 11001 | 1101011 | 100001 | 111110 |
Color Harmonies of #8DBF7F
Complementary color
Monochromatic Colors of #8DBF7F
Black with #8DBF7F
Text Example
Text Example
White with #8DBF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF7F; }
p { color: rgb(141,191,127); }
H1.HeaderClassName
{
color: #8DBF7F;
}
.AnyTagClassName
{
color: #8DBF7F;
}
</style>
background-color css
<style>
a { background-color: #8DBF7F; }
a { background-color: rgb(141,191,127); }
div.DivClassName
{
background-color: #8DBF7F;
}
.BgClassName
{
background-color: #8DBF7F;
}
</style>
border-color css
<style>
span { border-color: #8DBF7F; }
span { border-color: rgb(141,191,127); }
td.TdClassName
{
border-color: #8DBF7F;
}
.TagClassName
{
border-color: #8DBF7F;
}
</style>