Shades of Dark Sea Green #85B77C
Tints of Dark Sea Green #85B77C
RGB
CMYK
RGB Variations
Color information
#85B77C (or 0x85B77C) is known color: Dark Sea Green. HEX triplet: 85, B7 and 7C. RGB value is (133,183,124). Sum of RGB (Red+Green+Blue) = 133+183+124=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #85B77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B77C is #7A4883. Grayscale: #A1A1A1. Windows color (decimal): -8013956 or 8173445. OLE color: 8173445.
HSL color Cylindrical-coordinate representation of color #85B77C: hue angle of 110.85º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85B77C is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 124 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.28 |
| HSL | 110.85º | 0.29% | 0.6% | - |
| HSV(B) | 110.85º | 0.32% | 0.72% | - |
| XYZ | 30.24 | 40.31 | 25.26 | - |
| YUV | 161.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 124 | 0.27 | 0 | 0.32 | 0.28 | 110.85 | 0.29 | 0.6 |
| Hex | 85 | B7 | 7C | 1B | 0 | 20 | 1C | 6F | 1D | 3C |
| Octal | 205 | 267 | 174 | 33 | 0 | 40 | 34 | 157 | 35 | 74 |
| Binary | 10000101 | 10110111 | 1111100 | 11011 | 0 | 100000 | 11100 | 1101111 | 11101 | 111100 |
Color Harmonies of #85B77C
Complementary color
Monochromatic Colors of #85B77C
Black with #85B77C
Text Example
Text Example
White with #85B77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B77C; }
p { color: rgb(133,183,124); }
H1.HeaderClassName
{
color: #85B77C;
}
.AnyTagClassName
{
color: #85B77C;
}
</style>
background-color css
<style>
a { background-color: #85B77C; }
a { background-color: rgb(133,183,124); }
div.DivClassName
{
background-color: #85B77C;
}
.BgClassName
{
background-color: #85B77C;
}
</style>
border-color css
<style>
span { border-color: #85B77C; }
span { border-color: rgb(133,183,124); }
td.TdClassName
{
border-color: #85B77C;
}
.TagClassName
{
border-color: #85B77C;
}
</style>