Shades of Dark Sea Green #8BB78C
Tints of Dark Sea Green #8BB78C
RGB
CMYK
RGB Variations
Color information
#8BB78C (or 0x8BB78C) is known color: Dark Sea Green. HEX triplet: 8B, B7 and 8C. RGB value is (139,183,140). Sum of RGB (Red+Green+Blue) = 139+183+140=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 183 - color contains mainly: green. Hex color #8BB78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB78C is #744873. Grayscale: #A5A5A5. Windows color (decimal): -7620724 or 9222027. OLE color: 9222027.
HSL color Cylindrical-coordinate representation of color #8BB78C: hue angle of 121.36º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB78C is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 183 | 140 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.28 |
| HSL | 121.36º | 0.23% | 0.63% | - |
| HSV(B) | 121.36º | 0.24% | 0.72% | - |
| XYZ | 32.31 | 41.25 | 31.07 | - |
| YUV | 164.94 | 113.92 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 183 | 140 | 0.24 | 0 | 0.23 | 0.28 | 121.36 | 0.23 | 0.63 |
| Hex | 8B | B7 | 8C | 18 | 0 | 17 | 1C | 79 | 17 | 3F |
| Octal | 213 | 267 | 214 | 30 | 0 | 27 | 34 | 171 | 27 | 77 |
| Binary | 10001011 | 10110111 | 10001100 | 11000 | 0 | 10111 | 11100 | 1111001 | 10111 | 111111 |
Color Harmonies of #8BB78C
Complementary color
Monochromatic Colors of #8BB78C
Black with #8BB78C
Text Example
Text Example
White with #8BB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB78C; }
p { color: rgb(139,183,140); }
H1.HeaderClassName
{
color: #8BB78C;
}
.AnyTagClassName
{
color: #8BB78C;
}
</style>
background-color css
<style>
a { background-color: #8BB78C; }
a { background-color: rgb(139,183,140); }
div.DivClassName
{
background-color: #8BB78C;
}
.BgClassName
{
background-color: #8BB78C;
}
</style>
border-color css
<style>
span { border-color: #8BB78C; }
span { border-color: rgb(139,183,140); }
td.TdClassName
{
border-color: #8BB78C;
}
.TagClassName
{
border-color: #8BB78C;
}
</style>