Shades of Ocean Green #4D9B76
Tints of Ocean Green #4D9B76
RGB
CMYK
RGB Variations
Color information
#4D9B76 (or 0x4D9B76) is known color: Ocean Green. HEX triplet: 4D, 9B and 76. RGB value is (77,155,118). Sum of RGB (Red+Green+Blue) = 77+155+118=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9B76 is #B26489. Grayscale: #7F7F7F. Windows color (decimal): -11691146 or 7773005. OLE color: 7773005.
HSL color Cylindrical-coordinate representation of color #4D9B76: hue angle of 151.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9B76 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 155 | 118 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.39 |
| HSL | 151.54º | 0.34% | 0.45% | - |
| HSV(B) | 151.54º | 0.5% | 0.61% | - |
| XYZ | 18.05 | 26.33 | 21.27 | - |
| YUV | 127.46 | 122.66 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 118 | 0.50 | 0 | 0.24 | 0.39 | 151.54 | 0.34 | 0.45 |
| Hex | 4D | 9B | 76 | 32 | 0 | 18 | 27 | 98 | 22 | 2D |
| Octal | 115 | 233 | 166 | 62 | 0 | 30 | 47 | 230 | 42 | 55 |
| Binary | 1001101 | 10011011 | 1110110 | 110010 | 0 | 11000 | 100111 | 10011000 | 100010 | 101101 |
Color Harmonies of #4D9B76
Complementary color
Monochromatic Colors of #4D9B76
Black with #4D9B76
Text Example
Text Example
White with #4D9B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9B76; }
p { color: rgb(77,155,118); }
H1.HeaderClassName
{
color: #4D9B76;
}
.AnyTagClassName
{
color: #4D9B76;
}
</style>
background-color css
<style>
a { background-color: #4D9B76; }
a { background-color: rgb(77,155,118); }
div.DivClassName
{
background-color: #4D9B76;
}
.BgClassName
{
background-color: #4D9B76;
}
</style>
border-color css
<style>
span { border-color: #4D9B76; }
span { border-color: rgb(77,155,118); }
td.TdClassName
{
border-color: #4D9B76;
}
.TagClassName
{
border-color: #4D9B76;
}
</style>