Shades of Ocean Green #4E9E6D
Tints of Ocean Green #4E9E6D
RGB
CMYK
RGB Variations
Color information
#4E9E6D (or 0x4E9E6D) is known color: Ocean Green. HEX triplet: 4E, 9E and 6D. RGB value is (78,158,109). Sum of RGB (Red+Green+Blue) = 78+158+109=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #4E9E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9E6D is #B16192. Grayscale: #808080. Windows color (decimal): -11624851 or 7183950. OLE color: 7183950.
HSL color Cylindrical-coordinate representation of color #4E9E6D: hue angle of 143.25º 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 #4E9E6D is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 158 | 109 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.38 |
| HSL | 143.25º | 0.34% | 0.46% | - |
| HSV(B) | 143.25º | 0.51% | 0.62% | - |
| XYZ | 18.13 | 27.18 | 18.76 | - |
| YUV | 128.49 | 117 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 158 | 109 | 0.51 | 0 | 0.31 | 0.38 | 143.25 | 0.34 | 0.46 |
| Hex | 4E | 9E | 6D | 33 | 0 | 1F | 26 | 8F | 22 | 2E |
| Octal | 116 | 236 | 155 | 63 | 0 | 37 | 46 | 217 | 42 | 56 |
| Binary | 1001110 | 10011110 | 1101101 | 110011 | 0 | 11111 | 100110 | 10001111 | 100010 | 101110 |
Color Harmonies of #4E9E6D
Complementary color
Monochromatic Colors of #4E9E6D
Black with #4E9E6D
Text Example
Text Example
White with #4E9E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9E6D; }
p { color: rgb(78,158,109); }
H1.HeaderClassName
{
color: #4E9E6D;
}
.AnyTagClassName
{
color: #4E9E6D;
}
</style>
background-color css
<style>
a { background-color: #4E9E6D; }
a { background-color: rgb(78,158,109); }
div.DivClassName
{
background-color: #4E9E6D;
}
.BgClassName
{
background-color: #4E9E6D;
}
</style>
border-color css
<style>
span { border-color: #4E9E6D; }
span { border-color: rgb(78,158,109); }
td.TdClassName
{
border-color: #4E9E6D;
}
.TagClassName
{
border-color: #4E9E6D;
}
</style>