Shades of Ocean Green #4D9D76
Tints of Ocean Green #4D9D76
RGB
CMYK
RGB Variations
Color information
#4D9D76 (or 0x4D9D76) is known color: Ocean Green. HEX triplet: 4D, 9D and 76. RGB value is (77,157,118). Sum of RGB (Red+Green+Blue) = 77+157+118=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9D76 is #B26289. Grayscale: #808080. Windows color (decimal): -11690634 or 7773517. OLE color: 7773517.
HSL color Cylindrical-coordinate representation of color #4D9D76: hue angle of 150.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 #4D9D76 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 157 | 118 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.38 |
| HSL | 150.75º | 0.34% | 0.46% | - |
| HSV(B) | 150.75º | 0.51% | 0.62% | - |
| XYZ | 18.39 | 27 | 21.38 | - |
| YUV | 128.63 | 122 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 118 | 0.51 | 0 | 0.25 | 0.38 | 150.75 | 0.34 | 0.46 |
| Hex | 4D | 9D | 76 | 33 | 0 | 19 | 26 | 97 | 22 | 2E |
| Octal | 115 | 235 | 166 | 63 | 0 | 31 | 46 | 227 | 42 | 56 |
| Binary | 1001101 | 10011101 | 1110110 | 110011 | 0 | 11001 | 100110 | 10010111 | 100010 | 101110 |
Color Harmonies of #4D9D76
Complementary color
Monochromatic Colors of #4D9D76
Black with #4D9D76
Text Example
Text Example
White with #4D9D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9D76; }
p { color: rgb(77,157,118); }
H1.HeaderClassName
{
color: #4D9D76;
}
.AnyTagClassName
{
color: #4D9D76;
}
</style>
background-color css
<style>
a { background-color: #4D9D76; }
a { background-color: rgb(77,157,118); }
div.DivClassName
{
background-color: #4D9D76;
}
.BgClassName
{
background-color: #4D9D76;
}
</style>
border-color css
<style>
span { border-color: #4D9D76; }
span { border-color: rgb(77,157,118); }
td.TdClassName
{
border-color: #4D9D76;
}
.TagClassName
{
border-color: #4D9D76;
}
</style>