Shades of Ocean Green #4D976D
Tints of Ocean Green #4D976D
RGB
CMYK
RGB Variations
Color information
#4D976D (or 0x4D976D) is known color: Ocean Green. HEX triplet: 4D, 97 and 6D. RGB value is (77,151,109). Sum of RGB (Red+Green+Blue) = 77+151+109=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #4D976D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D976D is #B26892. Grayscale: #7C7C7C. Windows color (decimal): -11692179 or 7182157. OLE color: 7182157.
HSL color Cylindrical-coordinate representation of color #4D976D: hue angle of 145.95º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D976D is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 151 | 109 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.41 |
| HSL | 145.95º | 0.32% | 0.45% | - |
| HSV(B) | 145.95º | 0.49% | 0.59% | - |
| XYZ | 16.89 | 24.82 | 18.37 | - |
| YUV | 124.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 151 | 109 | 0.49 | 0 | 0.28 | 0.41 | 145.95 | 0.32 | 0.45 |
| Hex | 4D | 97 | 6D | 31 | 0 | 1C | 29 | 92 | 20 | 2D |
| Octal | 115 | 227 | 155 | 61 | 0 | 34 | 51 | 222 | 40 | 55 |
| Binary | 1001101 | 10010111 | 1101101 | 110001 | 0 | 11100 | 101001 | 10010010 | 100000 | 101101 |
Color Harmonies of #4D976D
Complementary color
Monochromatic Colors of #4D976D
Black with #4D976D
Text Example
Text Example
White with #4D976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D976D; }
p { color: rgb(77,151,109); }
H1.HeaderClassName
{
color: #4D976D;
}
.AnyTagClassName
{
color: #4D976D;
}
</style>
background-color css
<style>
a { background-color: #4D976D; }
a { background-color: rgb(77,151,109); }
div.DivClassName
{
background-color: #4D976D;
}
.BgClassName
{
background-color: #4D976D;
}
</style>
border-color css
<style>
span { border-color: #4D976D; }
span { border-color: rgb(77,151,109); }
td.TdClassName
{
border-color: #4D976D;
}
.TagClassName
{
border-color: #4D976D;
}
</style>