Shades of Dark Sea Green #8BB68D
Tints of Dark Sea Green #8BB68D
RGB
CMYK
RGB Variations
Color information
#8BB68D (or 0x8BB68D) is known color: Dark Sea Green. HEX triplet: 8B, B6 and 8D. RGB value is (139,182,141). Sum of RGB (Red+Green+Blue) = 139+182+141=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB68D is #744972. Grayscale: #A4A4A4. Windows color (decimal): -7620979 or 9287307. OLE color: 9287307.
HSL color Cylindrical-coordinate representation of color #8BB68D: hue angle of 122.79º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB68D is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 182 | 141 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.29 |
| HSL | 122.79º | 0.23% | 0.63% | - |
| HSV(B) | 122.79º | 0.24% | 0.71% | - |
| XYZ | 32.18 | 40.87 | 31.39 | - |
| YUV | 164.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 182 | 141 | 0.24 | 0 | 0.23 | 0.29 | 122.79 | 0.23 | 0.63 |
| Hex | 8B | B6 | 8D | 18 | 0 | 17 | 1D | 7B | 17 | 3F |
| Octal | 213 | 266 | 215 | 30 | 0 | 27 | 35 | 173 | 27 | 77 |
| Binary | 10001011 | 10110110 | 10001101 | 11000 | 0 | 10111 | 11101 | 1111011 | 10111 | 111111 |
Color Harmonies of #8BB68D
Complementary color
Monochromatic Colors of #8BB68D
Black with #8BB68D
Text Example
Text Example
White with #8BB68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB68D; }
p { color: rgb(139,182,141); }
H1.HeaderClassName
{
color: #8BB68D;
}
.AnyTagClassName
{
color: #8BB68D;
}
</style>
background-color css
<style>
a { background-color: #8BB68D; }
a { background-color: rgb(139,182,141); }
div.DivClassName
{
background-color: #8BB68D;
}
.BgClassName
{
background-color: #8BB68D;
}
</style>
border-color css
<style>
span { border-color: #8BB68D; }
span { border-color: rgb(139,182,141); }
td.TdClassName
{
border-color: #8BB68D;
}
.TagClassName
{
border-color: #8BB68D;
}
</style>