Shades of Dark Sea Green #8CBA7C
Tints of Dark Sea Green #8CBA7C
RGB
CMYK
RGB Variations
Color information
#8CBA7C (or 0x8CBA7C) is known color: Dark Sea Green. HEX triplet: 8C, BA and 7C. RGB value is (140,186,124). Sum of RGB (Red+Green+Blue) = 140+186+124=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA7C is #734583. Grayscale: #A5A5A5. Windows color (decimal): -7554436 or 8174220. OLE color: 8174220.
HSL color Cylindrical-coordinate representation of color #8CBA7C: hue angle of 104.52º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CBA7C is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 124 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.27 |
| HSL | 104.52º | 0.31% | 0.61% | - |
| HSV(B) | 104.52º | 0.33% | 0.73% | - |
| XYZ | 32.01 | 42.15 | 25.52 | - |
| YUV | 165.18 | 104.76 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 124 | 0.25 | 0 | 0.33 | 0.27 | 104.52 | 0.31 | 0.61 |
| Hex | 8C | BA | 7C | 19 | 0 | 21 | 1B | 69 | 1F | 3D |
| Octal | 214 | 272 | 174 | 31 | 0 | 41 | 33 | 151 | 37 | 75 |
| Binary | 10001100 | 10111010 | 1111100 | 11001 | 0 | 100001 | 11011 | 1101001 | 11111 | 111101 |
Color Harmonies of #8CBA7C
Complementary color
Monochromatic Colors of #8CBA7C
Black with #8CBA7C
Text Example
Text Example
White with #8CBA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA7C; }
p { color: rgb(140,186,124); }
H1.HeaderClassName
{
color: #8CBA7C;
}
.AnyTagClassName
{
color: #8CBA7C;
}
</style>
background-color css
<style>
a { background-color: #8CBA7C; }
a { background-color: rgb(140,186,124); }
div.DivClassName
{
background-color: #8CBA7C;
}
.BgClassName
{
background-color: #8CBA7C;
}
</style>
border-color css
<style>
span { border-color: #8CBA7C; }
span { border-color: rgb(140,186,124); }
td.TdClassName
{
border-color: #8CBA7C;
}
.TagClassName
{
border-color: #8CBA7C;
}
</style>