Shades of Dark Sea Green #8DB68D
Tints of Dark Sea Green #8DB68D
RGB
CMYK
RGB Variations
Color information
#8DB68D (or 0x8DB68D) is known color: Dark Sea Green. HEX triplet: 8D, B6 and 8D. RGB value is (141,182,141). Sum of RGB (Red+Green+Blue) = 141+182+141=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB68D is #724972. Grayscale: #A5A5A5. Windows color (decimal): -7489907 or 9287309. OLE color: 9287309.
HSL color Cylindrical-coordinate representation of color #8DB68D: 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 #8DB68D is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 141 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.29 |
| HSL | 120º | 0.22% | 0.63% | - |
| HSV(B) | 120º | 0.23% | 0.71% | - |
| XYZ | 32.52 | 41.04 | 31.41 | - |
| YUV | 165.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 141 | 0.23 | 0 | 0.23 | 0.29 | 120 | 0.22 | 0.63 |
| Hex | 8D | B6 | 8D | 17 | 0 | 17 | 1D | 78 | 16 | 3F |
| Octal | 215 | 266 | 215 | 27 | 0 | 27 | 35 | 170 | 26 | 77 |
| Binary | 10001101 | 10110110 | 10001101 | 10111 | 0 | 10111 | 11101 | 1111000 | 10110 | 111111 |
Color Harmonies of #8DB68D
Complementary color
Monochromatic Colors of #8DB68D
Black with #8DB68D
Text Example
Text Example
White with #8DB68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB68D; }
p { color: rgb(141,182,141); }
H1.HeaderClassName
{
color: #8DB68D;
}
.AnyTagClassName
{
color: #8DB68D;
}
</style>
background-color css
<style>
a { background-color: #8DB68D; }
a { background-color: rgb(141,182,141); }
div.DivClassName
{
background-color: #8DB68D;
}
.BgClassName
{
background-color: #8DB68D;
}
</style>
border-color css
<style>
span { border-color: #8DB68D; }
span { border-color: rgb(141,182,141); }
td.TdClassName
{
border-color: #8DB68D;
}
.TagClassName
{
border-color: #8DB68D;
}
</style>