Shades of Ocean Green #4E9B70
Tints of Ocean Green #4E9B70
RGB
CMYK
RGB Variations
Color information
#4E9B70 (or 0x4E9B70) is known color: Ocean Green. HEX triplet: 4E, 9B and 70. RGB value is (78,155,112). Sum of RGB (Red+Green+Blue) = 78+155+112=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #4E9B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9B70 is #B1648F. Grayscale: #7F7F7F. Windows color (decimal): -11625616 or 7379790. OLE color: 7379790.
HSL color Cylindrical-coordinate representation of color #4E9B70: hue angle of 146.49º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9B70 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 155 | 112 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.39 |
| HSL | 146.49º | 0.33% | 0.46% | - |
| HSV(B) | 146.49º | 0.5% | 0.61% | - |
| XYZ | 17.79 | 26.23 | 19.46 | - |
| YUV | 127.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 155 | 112 | 0.50 | 0 | 0.28 | 0.39 | 146.49 | 0.33 | 0.46 |
| Hex | 4E | 9B | 70 | 32 | 0 | 1C | 27 | 92 | 21 | 2E |
| Octal | 116 | 233 | 160 | 62 | 0 | 34 | 47 | 222 | 41 | 56 |
| Binary | 1001110 | 10011011 | 1110000 | 110010 | 0 | 11100 | 100111 | 10010010 | 100001 | 101110 |
Color Harmonies of #4E9B70
Complementary color
Monochromatic Colors of #4E9B70
Black with #4E9B70
Text Example
Text Example
White with #4E9B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9B70; }
p { color: rgb(78,155,112); }
H1.HeaderClassName
{
color: #4E9B70;
}
.AnyTagClassName
{
color: #4E9B70;
}
</style>
background-color css
<style>
a { background-color: #4E9B70; }
a { background-color: rgb(78,155,112); }
div.DivClassName
{
background-color: #4E9B70;
}
.BgClassName
{
background-color: #4E9B70;
}
</style>
border-color css
<style>
span { border-color: #4E9B70; }
span { border-color: rgb(78,155,112); }
td.TdClassName
{
border-color: #4E9B70;
}
.TagClassName
{
border-color: #4E9B70;
}
</style>