Shades of Dark Sea Green #8CBF7D
Tints of Dark Sea Green #8CBF7D
RGB
CMYK
RGB Variations
Color information
#8CBF7D (or 0x8CBF7D) is known color: Dark Sea Green. HEX triplet: 8C, BF and 7D. RGB value is (140,191,125). Sum of RGB (Red+Green+Blue) = 140+191+125=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBF7D is #734082. Grayscale: #A8A8A8. Windows color (decimal): -7553155 or 8241036. OLE color: 8241036.
HSL color Cylindrical-coordinate representation of color #8CBF7D: hue angle of 106.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CBF7D is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 191 | 125 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.25 |
| HSL | 106.36º | 0.34% | 0.62% | - |
| HSV(B) | 106.36º | 0.35% | 0.75% | - |
| XYZ | 33.15 | 44.32 | 26.21 | - |
| YUV | 168.23 | 103.6 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 191 | 125 | 0.27 | 0 | 0.35 | 0.25 | 106.36 | 0.34 | 0.62 |
| Hex | 8C | BF | 7D | 1B | 0 | 23 | 19 | 6A | 22 | 3E |
| Octal | 214 | 277 | 175 | 33 | 0 | 43 | 31 | 152 | 42 | 76 |
| Binary | 10001100 | 10111111 | 1111101 | 11011 | 0 | 100011 | 11001 | 1101010 | 100010 | 111110 |
Color Harmonies of #8CBF7D
Complementary color
Monochromatic Colors of #8CBF7D
Black with #8CBF7D
Text Example
Text Example
White with #8CBF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBF7D; }
p { color: rgb(140,191,125); }
H1.HeaderClassName
{
color: #8CBF7D;
}
.AnyTagClassName
{
color: #8CBF7D;
}
</style>
background-color css
<style>
a { background-color: #8CBF7D; }
a { background-color: rgb(140,191,125); }
div.DivClassName
{
background-color: #8CBF7D;
}
.BgClassName
{
background-color: #8CBF7D;
}
</style>
border-color css
<style>
span { border-color: #8CBF7D; }
span { border-color: rgb(140,191,125); }
td.TdClassName
{
border-color: #8CBF7D;
}
.TagClassName
{
border-color: #8CBF7D;
}
</style>