Shades of Ocean Green #4D9973
Tints of Ocean Green #4D9973
RGB
CMYK
RGB Variations
Color information
#4D9973 (or 0x4D9973) is known color: Ocean Green. HEX triplet: 4D, 99 and 73. RGB value is (77,153,115). Sum of RGB (Red+Green+Blue) = 77+153+115=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9973 is #B2668C. Grayscale: #7E7E7E. Windows color (decimal): -11691661 or 7575885. OLE color: 7575885.
HSL color Cylindrical-coordinate representation of color #4D9973: hue angle of 150º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9973 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 115 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.4 |
| HSL | 150º | 0.33% | 0.45% | - |
| HSV(B) | 150º | 0.5% | 0.6% | - |
| XYZ | 17.55 | 25.6 | 20.24 | - |
| YUV | 125.94 | 121.82 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 115 | 0.50 | 0 | 0.25 | 0.4 | 150 | 0.33 | 0.45 |
| Hex | 4D | 99 | 73 | 32 | 0 | 19 | 28 | 96 | 21 | 2D |
| Octal | 115 | 231 | 163 | 62 | 0 | 31 | 50 | 226 | 41 | 55 |
| Binary | 1001101 | 10011001 | 1110011 | 110010 | 0 | 11001 | 101000 | 10010110 | 100001 | 101101 |
Color Harmonies of #4D9973
Complementary color
Monochromatic Colors of #4D9973
Black with #4D9973
Text Example
Text Example
White with #4D9973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9973; }
p { color: rgb(77,153,115); }
H1.HeaderClassName
{
color: #4D9973;
}
.AnyTagClassName
{
color: #4D9973;
}
</style>
background-color css
<style>
a { background-color: #4D9973; }
a { background-color: rgb(77,153,115); }
div.DivClassName
{
background-color: #4D9973;
}
.BgClassName
{
background-color: #4D9973;
}
</style>
border-color css
<style>
span { border-color: #4D9973; }
span { border-color: rgb(77,153,115); }
td.TdClassName
{
border-color: #4D9973;
}
.TagClassName
{
border-color: #4D9973;
}
</style>