Shades of Ocean Green #4D9D7D
Tints of Ocean Green #4D9D7D
RGB
CMYK
RGB Variations
Color information
#4D9D7D (or 0x4D9D7D) is known color: Ocean Green. HEX triplet: 4D, 9D and 7D. RGB value is (77,157,125). Sum of RGB (Red+Green+Blue) = 77+157+125=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9D7D is #B26282. Grayscale: #818181. Windows color (decimal): -11690627 or 8232269. OLE color: 8232269.
HSL color Cylindrical-coordinate representation of color #4D9D7D: hue angle of 156º 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 #4D9D7D is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 157 | 125 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.38 |
| HSL | 156º | 0.34% | 0.46% | - |
| HSV(B) | 156º | 0.51% | 0.62% | - |
| XYZ | 18.82 | 27.17 | 23.65 | - |
| YUV | 129.43 | 125.5 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 125 | 0.51 | 0 | 0.20 | 0.38 | 156 | 0.34 | 0.46 |
| Hex | 4D | 9D | 7D | 33 | 0 | 14 | 26 | 9C | 22 | 2E |
| Octal | 115 | 235 | 175 | 63 | 0 | 24 | 46 | 234 | 42 | 56 |
| Binary | 1001101 | 10011101 | 1111101 | 110011 | 0 | 10100 | 100110 | 10011100 | 100010 | 101110 |
Color Harmonies of #4D9D7D
Complementary color
Monochromatic Colors of #4D9D7D
Black with #4D9D7D
Text Example
Text Example
White with #4D9D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9D7D; }
p { color: rgb(77,157,125); }
H1.HeaderClassName
{
color: #4D9D7D;
}
.AnyTagClassName
{
color: #4D9D7D;
}
</style>
background-color css
<style>
a { background-color: #4D9D7D; }
a { background-color: rgb(77,157,125); }
div.DivClassName
{
background-color: #4D9D7D;
}
.BgClassName
{
background-color: #4D9D7D;
}
</style>
border-color css
<style>
span { border-color: #4D9D7D; }
span { border-color: rgb(77,157,125); }
td.TdClassName
{
border-color: #4D9D7D;
}
.TagClassName
{
border-color: #4D9D7D;
}
</style>