Shades of Ocean Green #4EA075
Tints of Ocean Green #4EA075
RGB
CMYK
RGB Variations
Color information
#4EA075 (or 0x4EA075) is known color: Ocean Green. HEX triplet: 4E, A0 and 75. RGB value is (78,160,117). Sum of RGB (Red+Green+Blue) = 78+160+117=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA075 is #B15F8A. Grayscale: #828282. Windows color (decimal): -11624331 or 7708750. OLE color: 7708750.
HSL color Cylindrical-coordinate representation of color #4EA075: hue angle of 148.54º 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 #4EA075 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 117 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.37 |
| HSL | 148.54º | 0.34% | 0.47% | - |
| HSV(B) | 148.54º | 0.51% | 0.63% | - |
| XYZ | 18.92 | 28.05 | 21.25 | - |
| YUV | 130.58 | 120.33 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 117 | 0.51 | 0 | 0.27 | 0.37 | 148.54 | 0.34 | 0.47 |
| Hex | 4E | A0 | 75 | 33 | 0 | 1B | 25 | 95 | 22 | 2F |
| Octal | 116 | 240 | 165 | 63 | 0 | 33 | 45 | 225 | 42 | 57 |
| Binary | 1001110 | 10100000 | 1110101 | 110011 | 0 | 11011 | 100101 | 10010101 | 100010 | 101111 |
Color Harmonies of #4EA075
Complementary color
Monochromatic Colors of #4EA075
Black with #4EA075
Text Example
Text Example
White with #4EA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA075; }
p { color: rgb(78,160,117); }
H1.HeaderClassName
{
color: #4EA075;
}
.AnyTagClassName
{
color: #4EA075;
}
</style>
background-color css
<style>
a { background-color: #4EA075; }
a { background-color: rgb(78,160,117); }
div.DivClassName
{
background-color: #4EA075;
}
.BgClassName
{
background-color: #4EA075;
}
</style>
border-color css
<style>
span { border-color: #4EA075; }
span { border-color: rgb(78,160,117); }
td.TdClassName
{
border-color: #4EA075;
}
.TagClassName
{
border-color: #4EA075;
}
</style>