Shades of Ocean Green #4F986D
Tints of Ocean Green #4F986D
RGB
CMYK
RGB Variations
Color information
#4F986D (or 0x4F986D) is known color: Ocean Green. HEX triplet: 4F, 98 and 6D. RGB value is (79,152,109). Sum of RGB (Red+Green+Blue) = 79+152+109=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #4F986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F986D is #B06792. Grayscale: #7D7D7D. Windows color (decimal): -11560851 or 7182415. OLE color: 7182415.
HSL color Cylindrical-coordinate representation of color #4F986D: hue angle of 144.66º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F986D is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 152 | 109 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.40 |
| HSL | 144.66º | 0.32% | 0.45% | - |
| HSV(B) | 144.66º | 0.48% | 0.6% | - |
| XYZ | 17.21 | 25.22 | 18.43 | - |
| YUV | 125.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 152 | 109 | 0.48 | 0 | 0.28 | 0.40 | 144.66 | 0.32 | 0.45 |
| Hex | 4F | 98 | 6D | 30 | 0 | 1C | 28 | 91 | 20 | 2D |
| Octal | 117 | 230 | 155 | 60 | 0 | 34 | 50 | 221 | 40 | 55 |
| Binary | 1001111 | 10011000 | 1101101 | 110000 | 0 | 11100 | 101000 | 10010001 | 100000 | 101101 |
Color Harmonies of #4F986D
Complementary color
Monochromatic Colors of #4F986D
Black with #4F986D
Text Example
Text Example
White with #4F986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F986D; }
p { color: rgb(79,152,109); }
H1.HeaderClassName
{
color: #4F986D;
}
.AnyTagClassName
{
color: #4F986D;
}
</style>
background-color css
<style>
a { background-color: #4F986D; }
a { background-color: rgb(79,152,109); }
div.DivClassName
{
background-color: #4F986D;
}
.BgClassName
{
background-color: #4F986D;
}
</style>
border-color css
<style>
span { border-color: #4F986D; }
span { border-color: rgb(79,152,109); }
td.TdClassName
{
border-color: #4F986D;
}
.TagClassName
{
border-color: #4F986D;
}
</style>