Shades of Dark Sea Green #8CBB85
Tints of Dark Sea Green #8CBB85
RGB
CMYK
RGB Variations
Color information
#8CBB85 (or 0x8CBB85) is known color: Dark Sea Green. HEX triplet: 8C, BB and 85. RGB value is (140,187,133). Sum of RGB (Red+Green+Blue) = 140+187+133=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBB85 is #73447A. Grayscale: #A6A6A6. Windows color (decimal): -7554171 or 8764300. OLE color: 8764300.
HSL color Cylindrical-coordinate representation of color #8CBB85: hue angle of 112.22º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CBB85 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 133 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.27 |
| HSL | 112.22º | 0.28% | 0.63% | - |
| HSV(B) | 112.22º | 0.29% | 0.73% | - |
| XYZ | 32.82 | 42.81 | 28.72 | - |
| YUV | 166.79 | 108.93 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 133 | 0.25 | 0 | 0.29 | 0.27 | 112.22 | 0.28 | 0.63 |
| Hex | 8C | BB | 85 | 19 | 0 | 1D | 1B | 70 | 1C | 3F |
| Octal | 214 | 273 | 205 | 31 | 0 | 35 | 33 | 160 | 34 | 77 |
| Binary | 10001100 | 10111011 | 10000101 | 11001 | 0 | 11101 | 11011 | 1110000 | 11100 | 111111 |
Color Harmonies of #8CBB85
Complementary color
Monochromatic Colors of #8CBB85
Black with #8CBB85
Text Example
Text Example
White with #8CBB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBB85; }
p { color: rgb(140,187,133); }
H1.HeaderClassName
{
color: #8CBB85;
}
.AnyTagClassName
{
color: #8CBB85;
}
</style>
background-color css
<style>
a { background-color: #8CBB85; }
a { background-color: rgb(140,187,133); }
div.DivClassName
{
background-color: #8CBB85;
}
.BgClassName
{
background-color: #8CBB85;
}
</style>
border-color css
<style>
span { border-color: #8CBB85; }
span { border-color: rgb(140,187,133); }
td.TdClassName
{
border-color: #8CBB85;
}
.TagClassName
{
border-color: #8CBB85;
}
</style>