Shades of Dark Sea Green #8CB78D
Tints of Dark Sea Green #8CB78D
RGB
CMYK
RGB Variations
Color information
#8CB78D (or 0x8CB78D) is known color: Dark Sea Green. HEX triplet: 8C, B7 and 8D. RGB value is (140,183,141). Sum of RGB (Red+Green+Blue) = 140+183+141=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB78D is #734872. Grayscale: #A5A5A5. Windows color (decimal): -7555187 or 9287564. OLE color: 9287564.
HSL color Cylindrical-coordinate representation of color #8CB78D: hue angle of 121.4º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB78D is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 141 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.28 |
| HSL | 121.4º | 0.23% | 0.63% | - |
| HSV(B) | 121.4º | 0.23% | 0.72% | - |
| XYZ | 32.56 | 41.37 | 31.47 | - |
| YUV | 165.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 141 | 0.23 | 0 | 0.23 | 0.28 | 121.4 | 0.23 | 0.63 |
| Hex | 8C | B7 | 8D | 17 | 0 | 17 | 1C | 79 | 17 | 3F |
| Octal | 214 | 267 | 215 | 27 | 0 | 27 | 34 | 171 | 27 | 77 |
| Binary | 10001100 | 10110111 | 10001101 | 10111 | 0 | 10111 | 11100 | 1111001 | 10111 | 111111 |
Color Harmonies of #8CB78D
Complementary color
Monochromatic Colors of #8CB78D
Black with #8CB78D
Text Example
Text Example
White with #8CB78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB78D; }
p { color: rgb(140,183,141); }
H1.HeaderClassName
{
color: #8CB78D;
}
.AnyTagClassName
{
color: #8CB78D;
}
</style>
background-color css
<style>
a { background-color: #8CB78D; }
a { background-color: rgb(140,183,141); }
div.DivClassName
{
background-color: #8CB78D;
}
.BgClassName
{
background-color: #8CB78D;
}
</style>
border-color css
<style>
span { border-color: #8CB78D; }
span { border-color: rgb(140,183,141); }
td.TdClassName
{
border-color: #8CB78D;
}
.TagClassName
{
border-color: #8CB78D;
}
</style>