Shades of Dark Sea Green #8BB791
Tints of Dark Sea Green #8BB791
RGB
CMYK
RGB Variations
Color information
#8BB791 (or 0x8BB791) is known color: Dark Sea Green. HEX triplet: 8B, B7 and 91. RGB value is (139,183,145). Sum of RGB (Red+Green+Blue) = 139+183+145=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #8BB791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB791 is #74486E. Grayscale: #A5A5A5. Windows color (decimal): -7620719 or 9549707. OLE color: 9549707.
HSL color Cylindrical-coordinate representation of color #8BB791: hue angle of 128.18º 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 #8BB791 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 183 | 145 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.28 |
| HSL | 128.18º | 0.23% | 0.63% | - |
| HSV(B) | 128.18º | 0.24% | 0.72% | - |
| XYZ | 32.69 | 41.4 | 33.06 | - |
| YUV | 165.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 183 | 145 | 0.24 | 0 | 0.21 | 0.28 | 128.18 | 0.23 | 0.63 |
| Hex | 8B | B7 | 91 | 18 | 0 | 15 | 1C | 80 | 17 | 3F |
| Octal | 213 | 267 | 221 | 30 | 0 | 25 | 34 | 200 | 27 | 77 |
| Binary | 10001011 | 10110111 | 10010001 | 11000 | 0 | 10101 | 11100 | 10000000 | 10111 | 111111 |
Color Harmonies of #8BB791
Complementary color
Monochromatic Colors of #8BB791
Black with #8BB791
Text Example
Text Example
White with #8BB791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB791; }
p { color: rgb(139,183,145); }
H1.HeaderClassName
{
color: #8BB791;
}
.AnyTagClassName
{
color: #8BB791;
}
</style>
background-color css
<style>
a { background-color: #8BB791; }
a { background-color: rgb(139,183,145); }
div.DivClassName
{
background-color: #8BB791;
}
.BgClassName
{
background-color: #8BB791;
}
</style>
border-color css
<style>
span { border-color: #8BB791; }
span { border-color: rgb(139,183,145); }
td.TdClassName
{
border-color: #8BB791;
}
.TagClassName
{
border-color: #8BB791;
}
</style>