Shades of Dark Sea Green #85B77A
Tints of Dark Sea Green #85B77A
RGB
CMYK
RGB Variations
Color information
#85B77A (or 0x85B77A) is known color: Dark Sea Green. HEX triplet: 85, B7 and 7A. RGB value is (133,183,122). Sum of RGB (Red+Green+Blue) = 133+183+122=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 183 - color contains mainly: green. Hex color #85B77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B77A is #7A4885. Grayscale: #A1A1A1. Windows color (decimal): -8013958 or 8042373. OLE color: 8042373.
HSL color Cylindrical-coordinate representation of color #85B77A: hue angle of 109.18º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85B77A is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 122 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.28 |
| HSL | 109.18º | 0.3% | 0.6% | - |
| HSV(B) | 109.18º | 0.33% | 0.72% | - |
| XYZ | 30.12 | 40.26 | 24.6 | - |
| YUV | 161.1 | 105.94 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 122 | 0.27 | 0 | 0.33 | 0.28 | 109.18 | 0.3 | 0.6 |
| Hex | 85 | B7 | 7A | 1B | 0 | 21 | 1C | 6D | 1E | 3C |
| Octal | 205 | 267 | 172 | 33 | 0 | 41 | 34 | 155 | 36 | 74 |
| Binary | 10000101 | 10110111 | 1111010 | 11011 | 0 | 100001 | 11100 | 1101101 | 11110 | 111100 |
Color Harmonies of #85B77A
Complementary color
Monochromatic Colors of #85B77A
Black with #85B77A
Text Example
Text Example
White with #85B77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B77A; }
p { color: rgb(133,183,122); }
H1.HeaderClassName
{
color: #85B77A;
}
.AnyTagClassName
{
color: #85B77A;
}
</style>
background-color css
<style>
a { background-color: #85B77A; }
a { background-color: rgb(133,183,122); }
div.DivClassName
{
background-color: #85B77A;
}
.BgClassName
{
background-color: #85B77A;
}
</style>
border-color css
<style>
span { border-color: #85B77A; }
span { border-color: rgb(133,183,122); }
td.TdClassName
{
border-color: #85B77A;
}
.TagClassName
{
border-color: #85B77A;
}
</style>