Shades of Ocean Green #4EA879
Tints of Ocean Green #4EA879
RGB
CMYK
RGB Variations
Color information
#4EA879 (or 0x4EA879) is known color: Ocean Green. HEX triplet: 4E, A8 and 79. RGB value is (78,168,121). Sum of RGB (Red+Green+Blue) = 78+168+121=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 168 - color contains mainly: green. Hex color #4EA879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA879 is #B15786. Grayscale: #878787. Windows color (decimal): -11622279 or 7972942. OLE color: 7972942.
HSL color Cylindrical-coordinate representation of color #4EA879: hue angle of 148.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EA879 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 168 | 121 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.34 |
| HSL | 148.67º | 0.37% | 0.48% | - |
| HSV(B) | 148.67º | 0.54% | 0.66% | - |
| XYZ | 20.6 | 31.01 | 22.99 | - |
| YUV | 135.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 168 | 121 | 0.54 | 0 | 0.28 | 0.34 | 148.67 | 0.37 | 0.48 |
| Hex | 4E | A8 | 79 | 36 | 0 | 1C | 22 | 95 | 25 | 30 |
| Octal | 116 | 250 | 171 | 66 | 0 | 34 | 42 | 225 | 45 | 60 |
| Binary | 1001110 | 10101000 | 1111001 | 110110 | 0 | 11100 | 100010 | 10010101 | 100101 | 110000 |
Color Harmonies of #4EA879
Complementary color
Monochromatic Colors of #4EA879
Black with #4EA879
Text Example
Text Example
White with #4EA879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA879; }
p { color: rgb(78,168,121); }
H1.HeaderClassName
{
color: #4EA879;
}
.AnyTagClassName
{
color: #4EA879;
}
</style>
background-color css
<style>
a { background-color: #4EA879; }
a { background-color: rgb(78,168,121); }
div.DivClassName
{
background-color: #4EA879;
}
.BgClassName
{
background-color: #4EA879;
}
</style>
border-color css
<style>
span { border-color: #4EA879; }
span { border-color: rgb(78,168,121); }
td.TdClassName
{
border-color: #4EA879;
}
.TagClassName
{
border-color: #4EA879;
}
</style>