Shades of Ocean Green #4D9D7E
Tints of Ocean Green #4D9D7E
RGB
CMYK
RGB Variations
Color information
#4D9D7E (or 0x4D9D7E) is known color: Ocean Green. HEX triplet: 4D, 9D and 7E. RGB value is (77,157,126). Sum of RGB (Red+Green+Blue) = 77+157+126=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9D7E is #B26281. Grayscale: #818181. Windows color (decimal): -11690626 or 8297805. OLE color: 8297805.
HSL color Cylindrical-coordinate representation of color #4D9D7E: hue angle of 156.75º 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 #4D9D7E is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 157 | 126 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.38 |
| HSL | 156.75º | 0.34% | 0.46% | - |
| HSV(B) | 156.75º | 0.51% | 0.62% | - |
| XYZ | 18.88 | 27.2 | 23.99 | - |
| YUV | 129.55 | 126 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 126 | 0.51 | 0 | 0.20 | 0.38 | 156.75 | 0.34 | 0.46 |
| Hex | 4D | 9D | 7E | 33 | 0 | 14 | 26 | 9D | 22 | 2E |
| Octal | 115 | 235 | 176 | 63 | 0 | 24 | 46 | 235 | 42 | 56 |
| Binary | 1001101 | 10011101 | 1111110 | 110011 | 0 | 10100 | 100110 | 10011101 | 100010 | 101110 |
Color Harmonies of #4D9D7E
Complementary color
Monochromatic Colors of #4D9D7E
Black with #4D9D7E
Text Example
Text Example
White with #4D9D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9D7E; }
p { color: rgb(77,157,126); }
H1.HeaderClassName
{
color: #4D9D7E;
}
.AnyTagClassName
{
color: #4D9D7E;
}
</style>
background-color css
<style>
a { background-color: #4D9D7E; }
a { background-color: rgb(77,157,126); }
div.DivClassName
{
background-color: #4D9D7E;
}
.BgClassName
{
background-color: #4D9D7E;
}
</style>
border-color css
<style>
span { border-color: #4D9D7E; }
span { border-color: rgb(77,157,126); }
td.TdClassName
{
border-color: #4D9D7E;
}
.TagClassName
{
border-color: #4D9D7E;
}
</style>