Shades of Dark Sea Green #8BBD7D
Tints of Dark Sea Green #8BBD7D
RGB
CMYK
RGB Variations
Color information
#8BBD7D (or 0x8BBD7D) is known color: Dark Sea Green. HEX triplet: 8B, BD and 7D. RGB value is (139,189,125). Sum of RGB (Red+Green+Blue) = 139+189+125=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBD7D is #744282. Grayscale: #A6A6A6. Windows color (decimal): -7619203 or 8240523. OLE color: 8240523.
HSL color Cylindrical-coordinate representation of color #8BBD7D: hue angle of 106.88º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BBD7D is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 189 | 125 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.26 |
| HSL | 106.88º | 0.33% | 0.62% | - |
| HSV(B) | 106.88º | 0.34% | 0.74% | - |
| XYZ | 32.55 | 43.36 | 26.06 | - |
| YUV | 166.75 | 104.44 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 125 | 0.26 | 0 | 0.34 | 0.26 | 106.88 | 0.33 | 0.62 |
| Hex | 8B | BD | 7D | 1A | 0 | 22 | 1A | 6B | 21 | 3E |
| Octal | 213 | 275 | 175 | 32 | 0 | 42 | 32 | 153 | 41 | 76 |
| Binary | 10001011 | 10111101 | 1111101 | 11010 | 0 | 100010 | 11010 | 1101011 | 100001 | 111110 |
Color Harmonies of #8BBD7D
Complementary color
Monochromatic Colors of #8BBD7D
Black with #8BBD7D
Text Example
Text Example
White with #8BBD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBD7D; }
p { color: rgb(139,189,125); }
H1.HeaderClassName
{
color: #8BBD7D;
}
.AnyTagClassName
{
color: #8BBD7D;
}
</style>
background-color css
<style>
a { background-color: #8BBD7D; }
a { background-color: rgb(139,189,125); }
div.DivClassName
{
background-color: #8BBD7D;
}
.BgClassName
{
background-color: #8BBD7D;
}
</style>
border-color css
<style>
span { border-color: #8BBD7D; }
span { border-color: rgb(139,189,125); }
td.TdClassName
{
border-color: #8BBD7D;
}
.TagClassName
{
border-color: #8BBD7D;
}
</style>