Shades of Dark Sea Green #85B78A
Tints of Dark Sea Green #85B78A
RGB
CMYK
RGB Variations
Color information
#85B78A (or 0x85B78A) is known color: Dark Sea Green. HEX triplet: 85, B7 and 8A. RGB value is (133,183,138). Sum of RGB (Red+Green+Blue) = 133+183+138=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 183 - color contains mainly: green. Hex color #85B78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B78A is #7A4875. Grayscale: #A3A3A3. Windows color (decimal): -8013942 or 9090949. OLE color: 9090949.
HSL color Cylindrical-coordinate representation of color #85B78A: hue angle of 126º 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 #85B78A is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 138 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.28 |
| HSL | 126º | 0.26% | 0.62% | - |
| HSV(B) | 126º | 0.27% | 0.72% | - |
| XYZ | 31.19 | 40.69 | 30.25 | - |
| YUV | 162.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 138 | 0.27 | 0 | 0.25 | 0.28 | 126 | 0.26 | 0.62 |
| Hex | 85 | B7 | 8A | 1B | 0 | 19 | 1C | 7E | 1A | 3E |
| Octal | 205 | 267 | 212 | 33 | 0 | 31 | 34 | 176 | 32 | 76 |
| Binary | 10000101 | 10110111 | 10001010 | 11011 | 0 | 11001 | 11100 | 1111110 | 11010 | 111110 |
Color Harmonies of #85B78A
Complementary color
Monochromatic Colors of #85B78A
Black with #85B78A
Text Example
Text Example
White with #85B78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B78A; }
p { color: rgb(133,183,138); }
H1.HeaderClassName
{
color: #85B78A;
}
.AnyTagClassName
{
color: #85B78A;
}
</style>
background-color css
<style>
a { background-color: #85B78A; }
a { background-color: rgb(133,183,138); }
div.DivClassName
{
background-color: #85B78A;
}
.BgClassName
{
background-color: #85B78A;
}
</style>
border-color css
<style>
span { border-color: #85B78A; }
span { border-color: rgb(133,183,138); }
td.TdClassName
{
border-color: #85B78A;
}
.TagClassName
{
border-color: #85B78A;
}
</style>