Shades of Dark Sea Green #8CC07F
Tints of Dark Sea Green #8CC07F
RGB
CMYK
RGB Variations
Color information
#8CC07F (or 0x8CC07F) is known color: Dark Sea Green. HEX triplet: 8C, C0 and 7F. RGB value is (140,192,127). Sum of RGB (Red+Green+Blue) = 140+192+127=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC07F is #733F80. Grayscale: #A9A9A9. Windows color (decimal): -7552897 or 8372364. OLE color: 8372364.
HSL color Cylindrical-coordinate representation of color #8CC07F: hue angle of 108º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CC07F is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 127 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.25 |
| HSL | 108º | 0.34% | 0.63% | - |
| HSV(B) | 108º | 0.34% | 0.75% | - |
| XYZ | 33.5 | 44.81 | 26.96 | - |
| YUV | 169.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 127 | 0.27 | 0 | 0.34 | 0.25 | 108 | 0.34 | 0.63 |
| Hex | 8C | C0 | 7F | 1B | 0 | 22 | 19 | 6C | 22 | 3F |
| Octal | 214 | 300 | 177 | 33 | 0 | 42 | 31 | 154 | 42 | 77 |
| Binary | 10001100 | 11000000 | 1111111 | 11011 | 0 | 100010 | 11001 | 1101100 | 100010 | 111111 |
Color Harmonies of #8CC07F
Complementary color
Monochromatic Colors of #8CC07F
Black with #8CC07F
Text Example
Text Example
White with #8CC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC07F; }
p { color: rgb(140,192,127); }
H1.HeaderClassName
{
color: #8CC07F;
}
.AnyTagClassName
{
color: #8CC07F;
}
</style>
background-color css
<style>
a { background-color: #8CC07F; }
a { background-color: rgb(140,192,127); }
div.DivClassName
{
background-color: #8CC07F;
}
.BgClassName
{
background-color: #8CC07F;
}
</style>
border-color css
<style>
span { border-color: #8CC07F; }
span { border-color: rgb(140,192,127); }
td.TdClassName
{
border-color: #8CC07F;
}
.TagClassName
{
border-color: #8CC07F;
}
</style>