Shades of Dark Sea Green #85B78C
Tints of Dark Sea Green #85B78C
RGB
CMYK
RGB Variations
Color information
#85B78C (or 0x85B78C) is known color: Dark Sea Green. HEX triplet: 85, B7 and 8C. RGB value is (133,183,140). Sum of RGB (Red+Green+Blue) = 133+183+140=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #85B78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B78C is #7A4873. Grayscale: #A3A3A3. Windows color (decimal): -8013940 or 9222021. OLE color: 9222021.
HSL color Cylindrical-coordinate representation of color #85B78C: hue angle of 128.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B78C is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 140 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.28 |
| HSL | 128.4º | 0.26% | 0.62% | - |
| HSV(B) | 128.4º | 0.27% | 0.72% | - |
| XYZ | 31.34 | 40.75 | 31.02 | - |
| YUV | 163.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 140 | 0.27 | 0 | 0.23 | 0.28 | 128.4 | 0.26 | 0.62 |
| Hex | 85 | B7 | 8C | 1B | 0 | 17 | 1C | 80 | 1A | 3E |
| Octal | 205 | 267 | 214 | 33 | 0 | 27 | 34 | 200 | 32 | 76 |
| Binary | 10000101 | 10110111 | 10001100 | 11011 | 0 | 10111 | 11100 | 10000000 | 11010 | 111110 |
Color Harmonies of #85B78C
Complementary color
Monochromatic Colors of #85B78C
Black with #85B78C
Text Example
Text Example
White with #85B78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B78C; }
p { color: rgb(133,183,140); }
H1.HeaderClassName
{
color: #85B78C;
}
.AnyTagClassName
{
color: #85B78C;
}
</style>
background-color css
<style>
a { background-color: #85B78C; }
a { background-color: rgb(133,183,140); }
div.DivClassName
{
background-color: #85B78C;
}
.BgClassName
{
background-color: #85B78C;
}
</style>
border-color css
<style>
span { border-color: #85B78C; }
span { border-color: rgb(133,183,140); }
td.TdClassName
{
border-color: #85B78C;
}
.TagClassName
{
border-color: #85B78C;
}
</style>