Shades of Ocean Green #4EA777
Tints of Ocean Green #4EA777
RGB
CMYK
RGB Variations
Color information
#4EA777 (or 0x4EA777) is known color: Ocean Green. HEX triplet: 4E, A7 and 77. RGB value is (78,167,119). Sum of RGB (Red+Green+Blue) = 78+167+119=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 167 - color contains mainly: green. Hex color #4EA777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA777 is #B15888. Grayscale: #878787. Windows color (decimal): -11622537 or 7841614. OLE color: 7841614.
HSL color Cylindrical-coordinate representation of color #4EA777: hue angle of 147.64º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA777 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 78 | 167 | 119 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.35 |
| HSL | 147.64º | 0.36% | 0.48% | - |
| HSV(B) | 147.64º | 0.53% | 0.65% | - |
| XYZ | 20.29 | 30.59 | 22.29 | - |
| YUV | 134.92 | 119.01 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 167 | 119 | 0.53 | 0 | 0.29 | 0.35 | 147.64 | 0.36 | 0.48 |
| Hex | 4E | A7 | 77 | 35 | 0 | 1D | 23 | 94 | 24 | 30 |
| Octal | 116 | 247 | 167 | 65 | 0 | 35 | 43 | 224 | 44 | 60 |
| Binary | 1001110 | 10100111 | 1110111 | 110101 | 0 | 11101 | 100011 | 10010100 | 100100 | 110000 |
Color Harmonies of #4EA777
Complementary color
Monochromatic Colors of #4EA777
Black with #4EA777
Text Example
Text Example
White with #4EA777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA777; }
p { color: rgb(78,167,119); }
H1.HeaderClassName
{
color: #4EA777;
}
.AnyTagClassName
{
color: #4EA777;
}
</style>
background-color css
<style>
a { background-color: #4EA777; }
a { background-color: rgb(78,167,119); }
div.DivClassName
{
background-color: #4EA777;
}
.BgClassName
{
background-color: #4EA777;
}
</style>
border-color css
<style>
span { border-color: #4EA777; }
span { border-color: rgb(78,167,119); }
td.TdClassName
{
border-color: #4EA777;
}
.TagClassName
{
border-color: #4EA777;
}
</style>