Shades of Ocean Green #4D986C
Tints of Ocean Green #4D986C
RGB
CMYK
RGB Variations
Color information
#4D986C (or 0x4D986C) is known color: Ocean Green. HEX triplet: 4D, 98 and 6C. RGB value is (77,152,108). Sum of RGB (Red+Green+Blue) = 77+152+108=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #4D986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D986C is #B26793. Grayscale: #7C7C7C. Windows color (decimal): -11691924 or 7116877. OLE color: 7116877.
HSL color Cylindrical-coordinate representation of color #4D986C: hue angle of 144.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D986C is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 152 | 108 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.40 |
| HSL | 144.8º | 0.33% | 0.45% | - |
| HSV(B) | 144.8º | 0.49% | 0.6% | - |
| XYZ | 17 | 25.12 | 18.14 | - |
| YUV | 124.56 | 118.65 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 152 | 108 | 0.49 | 0 | 0.29 | 0.40 | 144.8 | 0.33 | 0.45 |
| Hex | 4D | 98 | 6C | 31 | 0 | 1D | 28 | 91 | 21 | 2D |
| Octal | 115 | 230 | 154 | 61 | 0 | 35 | 50 | 221 | 41 | 55 |
| Binary | 1001101 | 10011000 | 1101100 | 110001 | 0 | 11101 | 101000 | 10010001 | 100001 | 101101 |
Color Harmonies of #4D986C
Complementary color
Monochromatic Colors of #4D986C
Black with #4D986C
Text Example
Text Example
White with #4D986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D986C; }
p { color: rgb(77,152,108); }
H1.HeaderClassName
{
color: #4D986C;
}
.AnyTagClassName
{
color: #4D986C;
}
</style>
background-color css
<style>
a { background-color: #4D986C; }
a { background-color: rgb(77,152,108); }
div.DivClassName
{
background-color: #4D986C;
}
.BgClassName
{
background-color: #4D986C;
}
</style>
border-color css
<style>
span { border-color: #4D986C; }
span { border-color: rgb(77,152,108); }
td.TdClassName
{
border-color: #4D986C;
}
.TagClassName
{
border-color: #4D986C;
}
</style>