Shades of Ocean Green #4D926F
Tints of Ocean Green #4D926F
RGB
CMYK
RGB Variations
Color information
#4D926F (or 0x4D926F) is known color: Ocean Green. HEX triplet: 4D, 92 and 6F. RGB value is (77,146,111). Sum of RGB (Red+Green+Blue) = 77+146+111=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #4D926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D926F is #B26D90. Grayscale: #797979. Windows color (decimal): -11693457 or 7311949. OLE color: 7311949.
HSL color Cylindrical-coordinate representation of color #4D926F: hue angle of 149.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D926F is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 146 | 111 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.43 |
| HSL | 149.57º | 0.31% | 0.44% | - |
| HSV(B) | 149.57º | 0.47% | 0.57% | - |
| XYZ | 16.21 | 23.28 | 18.68 | - |
| YUV | 121.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 111 | 0.47 | 0 | 0.24 | 0.43 | 149.57 | 0.31 | 0.44 |
| Hex | 4D | 92 | 6F | 2F | 0 | 18 | 2B | 96 | 1F | 2C |
| Octal | 115 | 222 | 157 | 57 | 0 | 30 | 53 | 226 | 37 | 54 |
| Binary | 1001101 | 10010010 | 1101111 | 101111 | 0 | 11000 | 101011 | 10010110 | 11111 | 101100 |
Color Harmonies of #4D926F
Complementary color
Monochromatic Colors of #4D926F
Black with #4D926F
Text Example
Text Example
White with #4D926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D926F; }
p { color: rgb(77,146,111); }
H1.HeaderClassName
{
color: #4D926F;
}
.AnyTagClassName
{
color: #4D926F;
}
</style>
background-color css
<style>
a { background-color: #4D926F; }
a { background-color: rgb(77,146,111); }
div.DivClassName
{
background-color: #4D926F;
}
.BgClassName
{
background-color: #4D926F;
}
</style>
border-color css
<style>
span { border-color: #4D926F; }
span { border-color: rgb(77,146,111); }
td.TdClassName
{
border-color: #4D926F;
}
.TagClassName
{
border-color: #4D926F;
}
</style>