Shades of Ocean Green #4DAD77
Tints of Ocean Green #4DAD77
RGB
CMYK
RGB Variations
Color information
#4DAD77 (or 0x4DAD77) is known color: Ocean Green. HEX triplet: 4D, AD and 77. RGB value is (77,173,119). Sum of RGB (Red+Green+Blue) = 77+173+119=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD77 is #B25288. Grayscale: #8A8A8A. Windows color (decimal): -11686537 or 7843149. OLE color: 7843149.
HSL color Cylindrical-coordinate representation of color #4DAD77: hue angle of 146.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD77 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 119 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.32 |
| HSL | 146.25º | 0.38% | 0.49% | - |
| HSV(B) | 146.25º | 0.55% | 0.68% | - |
| XYZ | 21.33 | 32.8 | 22.66 | - |
| YUV | 138.14 | 117.2 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 119 | 0.55 | 0 | 0.31 | 0.32 | 146.25 | 0.38 | 0.49 |
| Hex | 4D | AD | 77 | 37 | 0 | 1F | 20 | 92 | 26 | 31 |
| Octal | 115 | 255 | 167 | 67 | 0 | 37 | 40 | 222 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1110111 | 110111 | 0 | 11111 | 100000 | 10010010 | 100110 | 110001 |
Color Harmonies of #4DAD77
Complementary color
Monochromatic Colors of #4DAD77
Black with #4DAD77
Text Example
Text Example
White with #4DAD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD77; }
p { color: rgb(77,173,119); }
H1.HeaderClassName
{
color: #4DAD77;
}
.AnyTagClassName
{
color: #4DAD77;
}
</style>
background-color css
<style>
a { background-color: #4DAD77; }
a { background-color: rgb(77,173,119); }
div.DivClassName
{
background-color: #4DAD77;
}
.BgClassName
{
background-color: #4DAD77;
}
</style>
border-color css
<style>
span { border-color: #4DAD77; }
span { border-color: rgb(77,173,119); }
td.TdClassName
{
border-color: #4DAD77;
}
.TagClassName
{
border-color: #4DAD77;
}
</style>