Shades of Dark Sea Green #8CB18A
Tints of Dark Sea Green #8CB18A
RGB
CMYK
RGB Variations
Color information
#8CB18A (or 0x8CB18A) is known color: Dark Sea Green. HEX triplet: 8C, B1 and 8A. RGB value is (140,177,138). Sum of RGB (Red+Green+Blue) = 140+177+138=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB18A is #734E75. Grayscale: #A1A1A1. Windows color (decimal): -7556726 or 9089420. OLE color: 9089420.
HSL color Cylindrical-coordinate representation of color #8CB18A: hue angle of 116.92º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CB18A is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 138 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.31 |
| HSL | 116.92º | 0.2% | 0.62% | - |
| HSV(B) | 116.92º | 0.22% | 0.69% | - |
| XYZ | 31.12 | 38.85 | 29.9 | - |
| YUV | 161.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 138 | 0.21 | 0 | 0.22 | 0.31 | 116.92 | 0.2 | 0.62 |
| Hex | 8C | B1 | 8A | 15 | 0 | 16 | 1F | 75 | 14 | 3E |
| Octal | 214 | 261 | 212 | 25 | 0 | 26 | 37 | 165 | 24 | 76 |
| Binary | 10001100 | 10110001 | 10001010 | 10101 | 0 | 10110 | 11111 | 1110101 | 10100 | 111110 |
Color Harmonies of #8CB18A
Complementary color
Monochromatic Colors of #8CB18A
Black with #8CB18A
Text Example
Text Example
White with #8CB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB18A; }
p { color: rgb(140,177,138); }
H1.HeaderClassName
{
color: #8CB18A;
}
.AnyTagClassName
{
color: #8CB18A;
}
</style>
background-color css
<style>
a { background-color: #8CB18A; }
a { background-color: rgb(140,177,138); }
div.DivClassName
{
background-color: #8CB18A;
}
.BgClassName
{
background-color: #8CB18A;
}
</style>
border-color css
<style>
span { border-color: #8CB18A; }
span { border-color: rgb(140,177,138); }
td.TdClassName
{
border-color: #8CB18A;
}
.TagClassName
{
border-color: #8CB18A;
}
</style>