Shades of Dark Sea Green #85B68A
Tints of Dark Sea Green #85B68A
RGB
CMYK
RGB Variations
Color information
#85B68A (or 0x85B68A) is known color: Dark Sea Green. HEX triplet: 85, B6 and 8A. RGB value is (133,182,138). Sum of RGB (Red+Green+Blue) = 133+182+138=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 182 - color contains mainly: green. Hex color #85B68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B68A is #7A4975. Grayscale: #A2A2A2. Windows color (decimal): -8014198 or 9090693. OLE color: 9090693.
HSL color Cylindrical-coordinate representation of color #85B68A: hue angle of 126.12º 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 #85B68A is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 182 | 138 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.29 |
| HSL | 126.12º | 0.25% | 0.62% | - |
| HSV(B) | 126.12º | 0.27% | 0.71% | - |
| XYZ | 30.99 | 40.28 | 30.19 | - |
| YUV | 162.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 182 | 138 | 0.27 | 0 | 0.24 | 0.29 | 126.12 | 0.25 | 0.62 |
| Hex | 85 | B6 | 8A | 1B | 0 | 18 | 1D | 7E | 19 | 3E |
| Octal | 205 | 266 | 212 | 33 | 0 | 30 | 35 | 176 | 31 | 76 |
| Binary | 10000101 | 10110110 | 10001010 | 11011 | 0 | 11000 | 11101 | 1111110 | 11001 | 111110 |
Color Harmonies of #85B68A
Complementary color
Monochromatic Colors of #85B68A
Black with #85B68A
Text Example
Text Example
White with #85B68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B68A; }
p { color: rgb(133,182,138); }
H1.HeaderClassName
{
color: #85B68A;
}
.AnyTagClassName
{
color: #85B68A;
}
</style>
background-color css
<style>
a { background-color: #85B68A; }
a { background-color: rgb(133,182,138); }
div.DivClassName
{
background-color: #85B68A;
}
.BgClassName
{
background-color: #85B68A;
}
</style>
border-color css
<style>
span { border-color: #85B68A; }
span { border-color: rgb(133,182,138); }
td.TdClassName
{
border-color: #85B68A;
}
.TagClassName
{
border-color: #85B68A;
}
</style>