Shades of Dark Sea Green #8CB682
Tints of Dark Sea Green #8CB682
RGB
CMYK
RGB Variations
Color information
#8CB682 (or 0x8CB682) is known color: Dark Sea Green. HEX triplet: 8C, B6 and 82. RGB value is (140,182,130). Sum of RGB (Red+Green+Blue) = 140+182+130=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB682 is #73497D. Grayscale: #A3A3A3. Windows color (decimal): -7555454 or 8566412. OLE color: 8566412.
HSL color Cylindrical-coordinate representation of color #8CB682: hue angle of 108.46º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CB682 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 130 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.29 |
| HSL | 108.46º | 0.26% | 0.61% | - |
| HSV(B) | 108.46º | 0.29% | 0.71% | - |
| XYZ | 31.57 | 40.64 | 27.3 | - |
| YUV | 163.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 130 | 0.23 | 0 | 0.29 | 0.29 | 108.46 | 0.26 | 0.61 |
| Hex | 8C | B6 | 82 | 17 | 0 | 1D | 1D | 6C | 1A | 3D |
| Octal | 214 | 266 | 202 | 27 | 0 | 35 | 35 | 154 | 32 | 75 |
| Binary | 10001100 | 10110110 | 10000010 | 10111 | 0 | 11101 | 11101 | 1101100 | 11010 | 111101 |
Color Harmonies of #8CB682
Complementary color
Monochromatic Colors of #8CB682
Black with #8CB682
Text Example
Text Example
White with #8CB682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB682; }
p { color: rgb(140,182,130); }
H1.HeaderClassName
{
color: #8CB682;
}
.AnyTagClassName
{
color: #8CB682;
}
</style>
background-color css
<style>
a { background-color: #8CB682; }
a { background-color: rgb(140,182,130); }
div.DivClassName
{
background-color: #8CB682;
}
.BgClassName
{
background-color: #8CB682;
}
</style>
border-color css
<style>
span { border-color: #8CB682; }
span { border-color: rgb(140,182,130); }
td.TdClassName
{
border-color: #8CB682;
}
.TagClassName
{
border-color: #8CB682;
}
</style>