Shades of Dark Sea Green #8BBD7F
Tints of Dark Sea Green #8BBD7F
RGB
CMYK
RGB Variations
Color information
#8BBD7F (or 0x8BBD7F) is known color: Dark Sea Green. HEX triplet: 8B, BD and 7F. RGB value is (139,189,127). Sum of RGB (Red+Green+Blue) = 139+189+127=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBD7F is #744280. Grayscale: #A7A7A7. Windows color (decimal): -7619201 or 8371595. OLE color: 8371595.
HSL color Cylindrical-coordinate representation of color #8BBD7F: hue angle of 108.39º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BBD7F is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 189 | 127 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.26 |
| HSL | 108.39º | 0.32% | 0.62% | - |
| HSV(B) | 108.39º | 0.33% | 0.74% | - |
| XYZ | 32.68 | 43.42 | 26.74 | - |
| YUV | 166.98 | 105.44 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 127 | 0.26 | 0 | 0.33 | 0.26 | 108.39 | 0.32 | 0.62 |
| Hex | 8B | BD | 7F | 1A | 0 | 21 | 1A | 6C | 20 | 3E |
| Octal | 213 | 275 | 177 | 32 | 0 | 41 | 32 | 154 | 40 | 76 |
| Binary | 10001011 | 10111101 | 1111111 | 11010 | 0 | 100001 | 11010 | 1101100 | 100000 | 111110 |
Color Harmonies of #8BBD7F
Complementary color
Monochromatic Colors of #8BBD7F
Black with #8BBD7F
Text Example
Text Example
White with #8BBD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBD7F; }
p { color: rgb(139,189,127); }
H1.HeaderClassName
{
color: #8BBD7F;
}
.AnyTagClassName
{
color: #8BBD7F;
}
</style>
background-color css
<style>
a { background-color: #8BBD7F; }
a { background-color: rgb(139,189,127); }
div.DivClassName
{
background-color: #8BBD7F;
}
.BgClassName
{
background-color: #8BBD7F;
}
</style>
border-color css
<style>
span { border-color: #8BBD7F; }
span { border-color: rgb(139,189,127); }
td.TdClassName
{
border-color: #8BBD7F;
}
.TagClassName
{
border-color: #8BBD7F;
}
</style>