Shades of Dark Sea Green #8DB68F
Tints of Dark Sea Green #8DB68F
RGB
CMYK
RGB Variations
Color information
#8DB68F (or 0x8DB68F) is known color: Dark Sea Green. HEX triplet: 8D, B6 and 8F. RGB value is (141,182,143). Sum of RGB (Red+Green+Blue) = 141+182+143=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB68F is #724970. Grayscale: #A5A5A5. Windows color (decimal): -7489905 or 9418381. OLE color: 9418381.
HSL color Cylindrical-coordinate representation of color #8DB68F: hue angle of 122.93º 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 #8DB68F is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 143 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.29 |
| HSL | 122.93º | 0.22% | 0.63% | - |
| HSV(B) | 122.93º | 0.23% | 0.71% | - |
| XYZ | 32.67 | 41.1 | 32.2 | - |
| YUV | 165.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 143 | 0.23 | 0 | 0.21 | 0.29 | 122.93 | 0.22 | 0.63 |
| Hex | 8D | B6 | 8F | 17 | 0 | 15 | 1D | 7B | 16 | 3F |
| Octal | 215 | 266 | 217 | 27 | 0 | 25 | 35 | 173 | 26 | 77 |
| Binary | 10001101 | 10110110 | 10001111 | 10111 | 0 | 10101 | 11101 | 1111011 | 10110 | 111111 |
Color Harmonies of #8DB68F
Complementary color
Monochromatic Colors of #8DB68F
Black with #8DB68F
Text Example
Text Example
White with #8DB68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB68F; }
p { color: rgb(141,182,143); }
H1.HeaderClassName
{
color: #8DB68F;
}
.AnyTagClassName
{
color: #8DB68F;
}
</style>
background-color css
<style>
a { background-color: #8DB68F; }
a { background-color: rgb(141,182,143); }
div.DivClassName
{
background-color: #8DB68F;
}
.BgClassName
{
background-color: #8DB68F;
}
</style>
border-color css
<style>
span { border-color: #8DB68F; }
span { border-color: rgb(141,182,143); }
td.TdClassName
{
border-color: #8DB68F;
}
.TagClassName
{
border-color: #8DB68F;
}
</style>