Shades of Dark Sea Green #8BBB7B
Tints of Dark Sea Green #8BBB7B
RGB
CMYK
RGB Variations
Color information
#8BBB7B (or 0x8BBB7B) is known color: Dark Sea Green. HEX triplet: 8B, BB and 7B. RGB value is (139,187,123). Sum of RGB (Red+Green+Blue) = 139+187+123=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBB7B is #744484. Grayscale: #A5A5A5. Windows color (decimal): -7619717 or 8108939. OLE color: 8108939.
HSL color Cylindrical-coordinate representation of color #8BBB7B: hue angle of 105º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BBB7B is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 123 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.27 |
| HSL | 105º | 0.32% | 0.61% | - |
| HSV(B) | 105º | 0.34% | 0.73% | - |
| XYZ | 31.99 | 42.46 | 25.25 | - |
| YUV | 165.35 | 104.1 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 123 | 0.26 | 0 | 0.34 | 0.27 | 105 | 0.32 | 0.61 |
| Hex | 8B | BB | 7B | 1A | 0 | 22 | 1B | 69 | 20 | 3D |
| Octal | 213 | 273 | 173 | 32 | 0 | 42 | 33 | 151 | 40 | 75 |
| Binary | 10001011 | 10111011 | 1111011 | 11010 | 0 | 100010 | 11011 | 1101001 | 100000 | 111101 |
Color Harmonies of #8BBB7B
Complementary color
Monochromatic Colors of #8BBB7B
Black with #8BBB7B
Text Example
Text Example
White with #8BBB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBB7B; }
p { color: rgb(139,187,123); }
H1.HeaderClassName
{
color: #8BBB7B;
}
.AnyTagClassName
{
color: #8BBB7B;
}
</style>
background-color css
<style>
a { background-color: #8BBB7B; }
a { background-color: rgb(139,187,123); }
div.DivClassName
{
background-color: #8BBB7B;
}
.BgClassName
{
background-color: #8BBB7B;
}
</style>
border-color css
<style>
span { border-color: #8BBB7B; }
span { border-color: rgb(139,187,123); }
td.TdClassName
{
border-color: #8BBB7B;
}
.TagClassName
{
border-color: #8BBB7B;
}
</style>