Shades of Ocean Green #4D9F70
Tints of Ocean Green #4D9F70
RGB
CMYK
RGB Variations
Color information
#4D9F70 (or 0x4D9F70) is known color: Ocean Green. HEX triplet: 4D, 9F and 70. RGB value is (77,159,112). Sum of RGB (Red+Green+Blue) = 77+159+112=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9F70 is #B2608F. Grayscale: #818181. Windows color (decimal): -11690128 or 7380813. OLE color: 7380813.
HSL color Cylindrical-coordinate representation of color #4D9F70: hue angle of 145.61º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D9F70 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 159 | 112 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.38 |
| HSL | 145.61º | 0.35% | 0.46% | - |
| HSV(B) | 145.61º | 0.52% | 0.62% | - |
| XYZ | 18.38 | 27.54 | 19.68 | - |
| YUV | 129.12 | 118.33 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 159 | 112 | 0.52 | 0 | 0.30 | 0.38 | 145.61 | 0.35 | 0.46 |
| Hex | 4D | 9F | 70 | 34 | 0 | 1E | 26 | 92 | 23 | 2E |
| Octal | 115 | 237 | 160 | 64 | 0 | 36 | 46 | 222 | 43 | 56 |
| Binary | 1001101 | 10011111 | 1110000 | 110100 | 0 | 11110 | 100110 | 10010010 | 100011 | 101110 |
Color Harmonies of #4D9F70
Complementary color
Monochromatic Colors of #4D9F70
Black with #4D9F70
Text Example
Text Example
White with #4D9F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9F70; }
p { color: rgb(77,159,112); }
H1.HeaderClassName
{
color: #4D9F70;
}
.AnyTagClassName
{
color: #4D9F70;
}
</style>
background-color css
<style>
a { background-color: #4D9F70; }
a { background-color: rgb(77,159,112); }
div.DivClassName
{
background-color: #4D9F70;
}
.BgClassName
{
background-color: #4D9F70;
}
</style>
border-color css
<style>
span { border-color: #4D9F70; }
span { border-color: rgb(77,159,112); }
td.TdClassName
{
border-color: #4D9F70;
}
.TagClassName
{
border-color: #4D9F70;
}
</style>