Shades of Ocean Green #4EA670
Tints of Ocean Green #4EA670
RGB
CMYK
RGB Variations
Color information
#4EA670 (or 0x4EA670) is known color: Ocean Green. HEX triplet: 4E, A6 and 70. RGB value is (78,166,112). Sum of RGB (Red+Green+Blue) = 78+166+112=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #4EA670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA670 is #B1598F. Grayscale: #858585. Windows color (decimal): -11622800 or 7382606. OLE color: 7382606.
HSL color Cylindrical-coordinate representation of color #4EA670: hue angle of 143.18º 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 #4EA670 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 78 | 166 | 112 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.35 |
| HSL | 143.18º | 0.36% | 0.48% | - |
| HSV(B) | 143.18º | 0.53% | 0.65% | - |
| XYZ | 19.7 | 30.06 | 20.09 | - |
| YUV | 133.53 | 115.85 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 166 | 112 | 0.53 | 0 | 0.33 | 0.35 | 143.18 | 0.36 | 0.48 |
| Hex | 4E | A6 | 70 | 35 | 0 | 21 | 23 | 8F | 24 | 30 |
| Octal | 116 | 246 | 160 | 65 | 0 | 41 | 43 | 217 | 44 | 60 |
| Binary | 1001110 | 10100110 | 1110000 | 110101 | 0 | 100001 | 100011 | 10001111 | 100100 | 110000 |
Color Harmonies of #4EA670
Complementary color
Monochromatic Colors of #4EA670
Black with #4EA670
Text Example
Text Example
White with #4EA670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA670; }
p { color: rgb(78,166,112); }
H1.HeaderClassName
{
color: #4EA670;
}
.AnyTagClassName
{
color: #4EA670;
}
</style>
background-color css
<style>
a { background-color: #4EA670; }
a { background-color: rgb(78,166,112); }
div.DivClassName
{
background-color: #4EA670;
}
.BgClassName
{
background-color: #4EA670;
}
</style>
border-color css
<style>
span { border-color: #4EA670; }
span { border-color: rgb(78,166,112); }
td.TdClassName
{
border-color: #4EA670;
}
.TagClassName
{
border-color: #4EA670;
}
</style>