Shades of Dark Sea Green #85B68B
Tints of Dark Sea Green #85B68B
RGB
CMYK
RGB Variations
Color information
#85B68B (or 0x85B68B) is known color: Dark Sea Green. HEX triplet: 85, B6 and 8B. RGB value is (133,182,139). Sum of RGB (Red+Green+Blue) = 133+182+139=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 182 - color contains mainly: green. Hex color #85B68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B68B is #7A4974. Grayscale: #A2A2A2. Windows color (decimal): -8014197 or 9156229. OLE color: 9156229.
HSL color Cylindrical-coordinate representation of color #85B68B: hue angle of 127.35º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B68B is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 182 | 139 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.29 |
| HSL | 127.35º | 0.25% | 0.62% | - |
| HSV(B) | 127.35º | 0.27% | 0.71% | - |
| XYZ | 31.06 | 40.31 | 30.57 | - |
| YUV | 162.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 182 | 139 | 0.27 | 0 | 0.24 | 0.29 | 127.35 | 0.25 | 0.62 |
| Hex | 85 | B6 | 8B | 1B | 0 | 18 | 1D | 7F | 19 | 3E |
| Octal | 205 | 266 | 213 | 33 | 0 | 30 | 35 | 177 | 31 | 76 |
| Binary | 10000101 | 10110110 | 10001011 | 11011 | 0 | 11000 | 11101 | 1111111 | 11001 | 111110 |
Color Harmonies of #85B68B
Complementary color
Monochromatic Colors of #85B68B
Black with #85B68B
Text Example
Text Example
White with #85B68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B68B; }
p { color: rgb(133,182,139); }
H1.HeaderClassName
{
color: #85B68B;
}
.AnyTagClassName
{
color: #85B68B;
}
</style>
background-color css
<style>
a { background-color: #85B68B; }
a { background-color: rgb(133,182,139); }
div.DivClassName
{
background-color: #85B68B;
}
.BgClassName
{
background-color: #85B68B;
}
</style>
border-color css
<style>
span { border-color: #85B68B; }
span { border-color: rgb(133,182,139); }
td.TdClassName
{
border-color: #85B68B;
}
.TagClassName
{
border-color: #85B68B;
}
</style>