Shades of Ocean Green #4D9D72
Tints of Ocean Green #4D9D72
RGB
CMYK
RGB Variations
Color information
#4D9D72 (or 0x4D9D72) is known color: Ocean Green. HEX triplet: 4D, 9D and 72. RGB value is (77,157,114). Sum of RGB (Red+Green+Blue) = 77+157+114=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9D72 is #B2628D. Grayscale: #808080. Windows color (decimal): -11690638 or 7511373. OLE color: 7511373.
HSL color Cylindrical-coordinate representation of color #4D9D72: hue angle of 147.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 #4D9D72 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 157 | 114 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.38 |
| HSL | 147.75º | 0.34% | 0.46% | - |
| HSV(B) | 147.75º | 0.51% | 0.62% | - |
| XYZ | 18.15 | 26.91 | 20.16 | - |
| YUV | 128.18 | 120 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 114 | 0.51 | 0 | 0.27 | 0.38 | 147.75 | 0.34 | 0.46 |
| Hex | 4D | 9D | 72 | 33 | 0 | 1B | 26 | 94 | 22 | 2E |
| Octal | 115 | 235 | 162 | 63 | 0 | 33 | 46 | 224 | 42 | 56 |
| Binary | 1001101 | 10011101 | 1110010 | 110011 | 0 | 11011 | 100110 | 10010100 | 100010 | 101110 |
Color Harmonies of #4D9D72
Complementary color
Monochromatic Colors of #4D9D72
Black with #4D9D72
Text Example
Text Example
White with #4D9D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9D72; }
p { color: rgb(77,157,114); }
H1.HeaderClassName
{
color: #4D9D72;
}
.AnyTagClassName
{
color: #4D9D72;
}
</style>
background-color css
<style>
a { background-color: #4D9D72; }
a { background-color: rgb(77,157,114); }
div.DivClassName
{
background-color: #4D9D72;
}
.BgClassName
{
background-color: #4D9D72;
}
</style>
border-color css
<style>
span { border-color: #4D9D72; }
span { border-color: rgb(77,157,114); }
td.TdClassName
{
border-color: #4D9D72;
}
.TagClassName
{
border-color: #4D9D72;
}
</style>