Shades of Ocean Green #4E9F6D
Tints of Ocean Green #4E9F6D
RGB
CMYK
RGB Variations
Color information
#4E9F6D (or 0x4E9F6D) is known color: Ocean Green. HEX triplet: 4E, 9F and 6D. RGB value is (78,159,109). Sum of RGB (Red+Green+Blue) = 78+159+109=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9F6D is #B16092. Grayscale: #818181. Windows color (decimal): -11624595 or 7184206. OLE color: 7184206.
HSL color Cylindrical-coordinate representation of color #4E9F6D: hue angle of 142.96º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E9F6D is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 159 | 109 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.38 |
| HSL | 142.96º | 0.34% | 0.46% | - |
| HSV(B) | 142.96º | 0.51% | 0.62% | - |
| XYZ | 18.3 | 27.52 | 18.82 | - |
| YUV | 129.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 159 | 109 | 0.51 | 0 | 0.31 | 0.38 | 142.96 | 0.34 | 0.46 |
| Hex | 4E | 9F | 6D | 33 | 0 | 1F | 26 | 8F | 22 | 2E |
| Octal | 116 | 237 | 155 | 63 | 0 | 37 | 46 | 217 | 42 | 56 |
| Binary | 1001110 | 10011111 | 1101101 | 110011 | 0 | 11111 | 100110 | 10001111 | 100010 | 101110 |
Color Harmonies of #4E9F6D
Complementary color
Monochromatic Colors of #4E9F6D
Black with #4E9F6D
Text Example
Text Example
White with #4E9F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9F6D; }
p { color: rgb(78,159,109); }
H1.HeaderClassName
{
color: #4E9F6D;
}
.AnyTagClassName
{
color: #4E9F6D;
}
</style>
background-color css
<style>
a { background-color: #4E9F6D; }
a { background-color: rgb(78,159,109); }
div.DivClassName
{
background-color: #4E9F6D;
}
.BgClassName
{
background-color: #4E9F6D;
}
</style>
border-color css
<style>
span { border-color: #4E9F6D; }
span { border-color: rgb(78,159,109); }
td.TdClassName
{
border-color: #4E9F6D;
}
.TagClassName
{
border-color: #4E9F6D;
}
</style>