Shades of Ocean Green #59986F
Tints of Ocean Green #59986F
RGB
CMYK
RGB Variations
Color information
#59986F (or 0x59986F) is known color: Ocean Green. HEX triplet: 59, 98 and 6F. RGB value is (89,152,111). Sum of RGB (Red+Green+Blue) = 89+152+111=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #59986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59986F is #A66790. Grayscale: #808080. Windows color (decimal): -10905489 or 7313497. OLE color: 7313497.
HSL color Cylindrical-coordinate representation of color #59986F: hue angle of 140.95º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59986F is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 152 | 111 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.40 |
| HSL | 140.95º | 0.26% | 0.47% | - |
| HSV(B) | 140.95º | 0.41% | 0.6% | - |
| XYZ | 18.22 | 25.73 | 19.04 | - |
| YUV | 128.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 111 | 0.41 | 0 | 0.27 | 0.40 | 140.95 | 0.26 | 0.47 |
| Hex | 59 | 98 | 6F | 29 | 0 | 1B | 28 | 8D | 1A | 2F |
| Octal | 131 | 230 | 157 | 51 | 0 | 33 | 50 | 215 | 32 | 57 |
| Binary | 1011001 | 10011000 | 1101111 | 101001 | 0 | 11011 | 101000 | 10001101 | 11010 | 101111 |
Color Harmonies of #59986F
Complementary color
Monochromatic Colors of #59986F
Black with #59986F
Text Example
Text Example
White with #59986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59986F; }
p { color: rgb(89,152,111); }
H1.HeaderClassName
{
color: #59986F;
}
.AnyTagClassName
{
color: #59986F;
}
</style>
background-color css
<style>
a { background-color: #59986F; }
a { background-color: rgb(89,152,111); }
div.DivClassName
{
background-color: #59986F;
}
.BgClassName
{
background-color: #59986F;
}
</style>
border-color css
<style>
span { border-color: #59986F; }
span { border-color: rgb(89,152,111); }
td.TdClassName
{
border-color: #59986F;
}
.TagClassName
{
border-color: #59986F;
}
</style>