Shades of Ocean Green #4D986E
Tints of Ocean Green #4D986E
RGB
CMYK
RGB Variations
Color information
#4D986E (or 0x4D986E) is known color: Ocean Green. HEX triplet: 4D, 98 and 6E. RGB value is (77,152,110). Sum of RGB (Red+Green+Blue) = 77+152+110=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #4D986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D986E is #B26791. Grayscale: #7C7C7C. Windows color (decimal): -11691922 or 7247949. OLE color: 7247949.
HSL color Cylindrical-coordinate representation of color #4D986E: hue angle of 146.4º 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 #4D986E is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 152 | 110 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.40 |
| HSL | 146.4º | 0.33% | 0.45% | - |
| HSV(B) | 146.4º | 0.49% | 0.6% | - |
| XYZ | 17.1 | 25.16 | 18.71 | - |
| YUV | 124.79 | 119.65 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 152 | 110 | 0.49 | 0 | 0.28 | 0.40 | 146.4 | 0.33 | 0.45 |
| Hex | 4D | 98 | 6E | 31 | 0 | 1C | 28 | 92 | 21 | 2D |
| Octal | 115 | 230 | 156 | 61 | 0 | 34 | 50 | 222 | 41 | 55 |
| Binary | 1001101 | 10011000 | 1101110 | 110001 | 0 | 11100 | 101000 | 10010010 | 100001 | 101101 |
Color Harmonies of #4D986E
Complementary color
Monochromatic Colors of #4D986E
Black with #4D986E
Text Example
Text Example
White with #4D986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D986E; }
p { color: rgb(77,152,110); }
H1.HeaderClassName
{
color: #4D986E;
}
.AnyTagClassName
{
color: #4D986E;
}
</style>
background-color css
<style>
a { background-color: #4D986E; }
a { background-color: rgb(77,152,110); }
div.DivClassName
{
background-color: #4D986E;
}
.BgClassName
{
background-color: #4D986E;
}
</style>
border-color css
<style>
span { border-color: #4D986E; }
span { border-color: rgb(77,152,110); }
td.TdClassName
{
border-color: #4D986E;
}
.TagClassName
{
border-color: #4D986E;
}
</style>