Shades of Dark Sea Green #8BB68B
Tints of Dark Sea Green #8BB68B
RGB
CMYK
RGB Variations
Color information
#8BB68B (or 0x8BB68B) is known color: Dark Sea Green. HEX triplet: 8B, B6 and 8B. RGB value is (139,182,139). Sum of RGB (Red+Green+Blue) = 139+182+139=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB68B is #744974. Grayscale: #A4A4A4. Windows color (decimal): -7620981 or 9156235. OLE color: 9156235.
HSL color Cylindrical-coordinate representation of color #8BB68B: hue angle of 120º 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 #8BB68B is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 182 | 139 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.29 |
| HSL | 120º | 0.23% | 0.63% | - |
| HSV(B) | 120º | 0.24% | 0.71% | - |
| XYZ | 32.04 | 40.81 | 30.61 | - |
| YUV | 164.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 182 | 139 | 0.24 | 0 | 0.24 | 0.29 | 120 | 0.23 | 0.63 |
| Hex | 8B | B6 | 8B | 18 | 0 | 18 | 1D | 78 | 17 | 3F |
| Octal | 213 | 266 | 213 | 30 | 0 | 30 | 35 | 170 | 27 | 77 |
| Binary | 10001011 | 10110110 | 10001011 | 11000 | 0 | 11000 | 11101 | 1111000 | 10111 | 111111 |
Color Harmonies of #8BB68B
Complementary color
Monochromatic Colors of #8BB68B
Black with #8BB68B
Text Example
Text Example
White with #8BB68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB68B; }
p { color: rgb(139,182,139); }
H1.HeaderClassName
{
color: #8BB68B;
}
.AnyTagClassName
{
color: #8BB68B;
}
</style>
background-color css
<style>
a { background-color: #8BB68B; }
a { background-color: rgb(139,182,139); }
div.DivClassName
{
background-color: #8BB68B;
}
.BgClassName
{
background-color: #8BB68B;
}
</style>
border-color css
<style>
span { border-color: #8BB68B; }
span { border-color: rgb(139,182,139); }
td.TdClassName
{
border-color: #8BB68B;
}
.TagClassName
{
border-color: #8BB68B;
}
</style>