Shades of Ocean Green #4D9A79
Tints of Ocean Green #4D9A79
RGB
CMYK
RGB Variations
Color information
#4D9A79 (or 0x4D9A79) is known color: Ocean Green. HEX triplet: 4D, 9A and 79. RGB value is (77,154,121). Sum of RGB (Red+Green+Blue) = 77+154+121=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 154 - color contains mainly: green. Hex color #4D9A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9A79 is #B26586. Grayscale: #7F7F7F. Windows color (decimal): -11691399 or 7969357. OLE color: 7969357.
HSL color Cylindrical-coordinate representation of color #4D9A79: hue angle of 154.29º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9A79 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 154 | 121 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.40 |
| HSL | 154.29º | 0.33% | 0.45% | - |
| HSV(B) | 154.29º | 0.5% | 0.6% | - |
| XYZ | 18.07 | 26.07 | 22.17 | - |
| YUV | 127.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 154 | 121 | 0.50 | 0 | 0.21 | 0.40 | 154.29 | 0.33 | 0.45 |
| Hex | 4D | 9A | 79 | 32 | 0 | 15 | 28 | 9A | 21 | 2D |
| Octal | 115 | 232 | 171 | 62 | 0 | 25 | 50 | 232 | 41 | 55 |
| Binary | 1001101 | 10011010 | 1111001 | 110010 | 0 | 10101 | 101000 | 10011010 | 100001 | 101101 |
Color Harmonies of #4D9A79
Complementary color
Monochromatic Colors of #4D9A79
Black with #4D9A79
Text Example
Text Example
White with #4D9A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9A79; }
p { color: rgb(77,154,121); }
H1.HeaderClassName
{
color: #4D9A79;
}
.AnyTagClassName
{
color: #4D9A79;
}
</style>
background-color css
<style>
a { background-color: #4D9A79; }
a { background-color: rgb(77,154,121); }
div.DivClassName
{
background-color: #4D9A79;
}
.BgClassName
{
background-color: #4D9A79;
}
</style>
border-color css
<style>
span { border-color: #4D9A79; }
span { border-color: rgb(77,154,121); }
td.TdClassName
{
border-color: #4D9A79;
}
.TagClassName
{
border-color: #4D9A79;
}
</style>