Shades of Dark Sea Green #8CBC7D
Tints of Dark Sea Green #8CBC7D
RGB
CMYK
RGB Variations
Color information
#8CBC7D (or 0x8CBC7D) is known color: Dark Sea Green. HEX triplet: 8C, BC and 7D. RGB value is (140,188,125). Sum of RGB (Red+Green+Blue) = 140+188+125=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC7D is #734382. Grayscale: #A6A6A6. Windows color (decimal): -7553923 or 8240268. OLE color: 8240268.
HSL color Cylindrical-coordinate representation of color #8CBC7D: hue angle of 105.71º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CBC7D is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 125 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.26 |
| HSL | 105.71º | 0.32% | 0.61% | - |
| HSV(B) | 105.71º | 0.34% | 0.74% | - |
| XYZ | 32.5 | 43.02 | 25.99 | - |
| YUV | 166.47 | 104.6 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 125 | 0.26 | 0 | 0.34 | 0.26 | 105.71 | 0.32 | 0.61 |
| Hex | 8C | BC | 7D | 1A | 0 | 22 | 1A | 6A | 20 | 3D |
| Octal | 214 | 274 | 175 | 32 | 0 | 42 | 32 | 152 | 40 | 75 |
| Binary | 10001100 | 10111100 | 1111101 | 11010 | 0 | 100010 | 11010 | 1101010 | 100000 | 111101 |
Color Harmonies of #8CBC7D
Complementary color
Monochromatic Colors of #8CBC7D
Black with #8CBC7D
Text Example
Text Example
White with #8CBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC7D; }
p { color: rgb(140,188,125); }
H1.HeaderClassName
{
color: #8CBC7D;
}
.AnyTagClassName
{
color: #8CBC7D;
}
</style>
background-color css
<style>
a { background-color: #8CBC7D; }
a { background-color: rgb(140,188,125); }
div.DivClassName
{
background-color: #8CBC7D;
}
.BgClassName
{
background-color: #8CBC7D;
}
</style>
border-color css
<style>
span { border-color: #8CBC7D; }
span { border-color: rgb(140,188,125); }
td.TdClassName
{
border-color: #8CBC7D;
}
.TagClassName
{
border-color: #8CBC7D;
}
</style>