Shades of Dark Sea Green #8CB582
Tints of Dark Sea Green #8CB582
RGB
CMYK
RGB Variations
Color information
#8CB582 (or 0x8CB582) is known color: Dark Sea Green. HEX triplet: 8C, B5 and 82. RGB value is (140,181,130). Sum of RGB (Red+Green+Blue) = 140+181+130=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB582 is #734A7D. Grayscale: #A3A3A3. Windows color (decimal): -7555710 or 8566156. OLE color: 8566156.
HSL color Cylindrical-coordinate representation of color #8CB582: hue angle of 108.24º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CB582 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 181 | 130 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.29 |
| HSL | 108.24º | 0.26% | 0.61% | - |
| HSV(B) | 108.24º | 0.28% | 0.71% | - |
| XYZ | 31.37 | 40.23 | 27.23 | - |
| YUV | 162.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 130 | 0.23 | 0 | 0.28 | 0.29 | 108.24 | 0.26 | 0.61 |
| Hex | 8C | B5 | 82 | 17 | 0 | 1C | 1D | 6C | 1A | 3D |
| Octal | 214 | 265 | 202 | 27 | 0 | 34 | 35 | 154 | 32 | 75 |
| Binary | 10001100 | 10110101 | 10000010 | 10111 | 0 | 11100 | 11101 | 1101100 | 11010 | 111101 |
Color Harmonies of #8CB582
Complementary color
Monochromatic Colors of #8CB582
Black with #8CB582
Text Example
Text Example
White with #8CB582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB582; }
p { color: rgb(140,181,130); }
H1.HeaderClassName
{
color: #8CB582;
}
.AnyTagClassName
{
color: #8CB582;
}
</style>
background-color css
<style>
a { background-color: #8CB582; }
a { background-color: rgb(140,181,130); }
div.DivClassName
{
background-color: #8CB582;
}
.BgClassName
{
background-color: #8CB582;
}
</style>
border-color css
<style>
span { border-color: #8CB582; }
span { border-color: rgb(140,181,130); }
td.TdClassName
{
border-color: #8CB582;
}
.TagClassName
{
border-color: #8CB582;
}
</style>