Shades of Ocean Green #4D9877
Tints of Ocean Green #4D9877
RGB
CMYK
RGB Variations
Color information
#4D9877 (or 0x4D9877) is known color: Ocean Green. HEX triplet: 4D, 98 and 77. RGB value is (77,152,119). Sum of RGB (Red+Green+Blue) = 77+152+119=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #4D9877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9877 is #B26788. Grayscale: #7D7D7D. Windows color (decimal): -11691913 or 7837773. OLE color: 7837773.
HSL color Cylindrical-coordinate representation of color #4D9877: hue angle of 153.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D9877 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 152 | 119 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.40 |
| HSL | 153.6º | 0.33% | 0.45% | - |
| HSV(B) | 153.6º | 0.49% | 0.6% | - |
| XYZ | 17.62 | 25.37 | 21.42 | - |
| YUV | 125.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 152 | 119 | 0.49 | 0 | 0.22 | 0.40 | 153.6 | 0.33 | 0.45 |
| Hex | 4D | 98 | 77 | 31 | 0 | 16 | 28 | 9A | 21 | 2D |
| Octal | 115 | 230 | 167 | 61 | 0 | 26 | 50 | 232 | 41 | 55 |
| Binary | 1001101 | 10011000 | 1110111 | 110001 | 0 | 10110 | 101000 | 10011010 | 100001 | 101101 |
Color Harmonies of #4D9877
Complementary color
Monochromatic Colors of #4D9877
Black with #4D9877
Text Example
Text Example
White with #4D9877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9877; }
p { color: rgb(77,152,119); }
H1.HeaderClassName
{
color: #4D9877;
}
.AnyTagClassName
{
color: #4D9877;
}
</style>
background-color css
<style>
a { background-color: #4D9877; }
a { background-color: rgb(77,152,119); }
div.DivClassName
{
background-color: #4D9877;
}
.BgClassName
{
background-color: #4D9877;
}
</style>
border-color css
<style>
span { border-color: #4D9877; }
span { border-color: rgb(77,152,119); }
td.TdClassName
{
border-color: #4D9877;
}
.TagClassName
{
border-color: #4D9877;
}
</style>