Shades of Ocean Green #4EA077
Tints of Ocean Green #4EA077
RGB
CMYK
RGB Variations
Color information
#4EA077 (or 0x4EA077) is known color: Ocean Green. HEX triplet: 4E, A0 and 77. RGB value is (78,160,119). Sum of RGB (Red+Green+Blue) = 78+160+119=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA077 is #B15F88. Grayscale: #828282. Windows color (decimal): -11624329 or 7839822. OLE color: 7839822.
HSL color Cylindrical-coordinate representation of color #4EA077: hue angle of 150º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4EA077 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 119 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.37 |
| HSL | 150º | 0.34% | 0.47% | - |
| HSV(B) | 150º | 0.51% | 0.63% | - |
| XYZ | 19.04 | 28.09 | 21.87 | - |
| YUV | 130.81 | 121.33 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 119 | 0.51 | 0 | 0.26 | 0.37 | 150 | 0.34 | 0.47 |
| Hex | 4E | A0 | 77 | 33 | 0 | 1A | 25 | 96 | 22 | 2F |
| Octal | 116 | 240 | 167 | 63 | 0 | 32 | 45 | 226 | 42 | 57 |
| Binary | 1001110 | 10100000 | 1110111 | 110011 | 0 | 11010 | 100101 | 10010110 | 100010 | 101111 |
Color Harmonies of #4EA077
Complementary color
Monochromatic Colors of #4EA077
Black with #4EA077
Text Example
Text Example
White with #4EA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA077; }
p { color: rgb(78,160,119); }
H1.HeaderClassName
{
color: #4EA077;
}
.AnyTagClassName
{
color: #4EA077;
}
</style>
background-color css
<style>
a { background-color: #4EA077; }
a { background-color: rgb(78,160,119); }
div.DivClassName
{
background-color: #4EA077;
}
.BgClassName
{
background-color: #4EA077;
}
</style>
border-color css
<style>
span { border-color: #4EA077; }
span { border-color: rgb(78,160,119); }
td.TdClassName
{
border-color: #4EA077;
}
.TagClassName
{
border-color: #4EA077;
}
</style>