Shades of Dark Sea Green #8DB68E
Tints of Dark Sea Green #8DB68E
RGB
CMYK
RGB Variations
Color information
#8DB68E (or 0x8DB68E) is known color: Dark Sea Green. HEX triplet: 8D, B6 and 8E. RGB value is (141,182,142). Sum of RGB (Red+Green+Blue) = 141+182+142=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB68E is #724971. Grayscale: #A5A5A5. Windows color (decimal): -7489906 or 9352845. OLE color: 9352845.
HSL color Cylindrical-coordinate representation of color #8DB68E: hue angle of 121.46º 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 #8DB68E is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 142 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.29 |
| HSL | 121.46º | 0.22% | 0.63% | - |
| HSV(B) | 121.46º | 0.23% | 0.71% | - |
| XYZ | 32.59 | 41.07 | 31.8 | - |
| YUV | 165.18 | 114.92 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 142 | 0.23 | 0 | 0.22 | 0.29 | 121.46 | 0.22 | 0.63 |
| Hex | 8D | B6 | 8E | 17 | 0 | 16 | 1D | 79 | 16 | 3F |
| Octal | 215 | 266 | 216 | 27 | 0 | 26 | 35 | 171 | 26 | 77 |
| Binary | 10001101 | 10110110 | 10001110 | 10111 | 0 | 10110 | 11101 | 1111001 | 10110 | 111111 |
Color Harmonies of #8DB68E
Complementary color
Monochromatic Colors of #8DB68E
Black with #8DB68E
Text Example
Text Example
White with #8DB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB68E; }
p { color: rgb(141,182,142); }
H1.HeaderClassName
{
color: #8DB68E;
}
.AnyTagClassName
{
color: #8DB68E;
}
</style>
background-color css
<style>
a { background-color: #8DB68E; }
a { background-color: rgb(141,182,142); }
div.DivClassName
{
background-color: #8DB68E;
}
.BgClassName
{
background-color: #8DB68E;
}
</style>
border-color css
<style>
span { border-color: #8DB68E; }
span { border-color: rgb(141,182,142); }
td.TdClassName
{
border-color: #8DB68E;
}
.TagClassName
{
border-color: #8DB68E;
}
</style>