Shades of Ocean Green #4D9B74
Tints of Ocean Green #4D9B74
RGB
CMYK
RGB Variations
Color information
#4D9B74 (or 0x4D9B74) is known color: Ocean Green. HEX triplet: 4D, 9B and 74. RGB value is (77,155,116). Sum of RGB (Red+Green+Blue) = 77+155+116=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9B74 is #B2648B. Grayscale: #7F7F7F. Windows color (decimal): -11691148 or 7641933. OLE color: 7641933.
HSL color Cylindrical-coordinate representation of color #4D9B74: hue angle of 150º 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 #4D9B74 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 155 | 116 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.39 |
| HSL | 150º | 0.34% | 0.45% | - |
| HSV(B) | 150º | 0.5% | 0.61% | - |
| XYZ | 17.93 | 26.28 | 20.65 | - |
| YUV | 127.23 | 121.66 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 116 | 0.50 | 0 | 0.25 | 0.39 | 150 | 0.34 | 0.45 |
| Hex | 4D | 9B | 74 | 32 | 0 | 19 | 27 | 96 | 22 | 2D |
| Octal | 115 | 233 | 164 | 62 | 0 | 31 | 47 | 226 | 42 | 55 |
| Binary | 1001101 | 10011011 | 1110100 | 110010 | 0 | 11001 | 100111 | 10010110 | 100010 | 101101 |
Color Harmonies of #4D9B74
Complementary color
Monochromatic Colors of #4D9B74
Black with #4D9B74
Text Example
Text Example
White with #4D9B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9B74; }
p { color: rgb(77,155,116); }
H1.HeaderClassName
{
color: #4D9B74;
}
.AnyTagClassName
{
color: #4D9B74;
}
</style>
background-color css
<style>
a { background-color: #4D9B74; }
a { background-color: rgb(77,155,116); }
div.DivClassName
{
background-color: #4D9B74;
}
.BgClassName
{
background-color: #4D9B74;
}
</style>
border-color css
<style>
span { border-color: #4D9B74; }
span { border-color: rgb(77,155,116); }
td.TdClassName
{
border-color: #4D9B74;
}
.TagClassName
{
border-color: #4D9B74;
}
</style>