Shades of Ocean Green #4DAC77
Tints of Ocean Green #4DAC77
RGB
CMYK
RGB Variations
Color information
#4DAC77 (or 0x4DAC77) is known color: Ocean Green. HEX triplet: 4D, AC and 77. RGB value is (77,172,119). Sum of RGB (Red+Green+Blue) = 77+172+119=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC77 is #B25388. Grayscale: #898989. Windows color (decimal): -11686793 or 7842893. OLE color: 7842893.
HSL color Cylindrical-coordinate representation of color #4DAC77: hue angle of 146.53º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC77 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 119 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.33 |
| HSL | 146.53º | 0.38% | 0.49% | - |
| HSV(B) | 146.53º | 0.55% | 0.67% | - |
| XYZ | 21.14 | 32.41 | 22.6 | - |
| YUV | 137.55 | 117.53 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 119 | 0.55 | 0 | 0.31 | 0.33 | 146.53 | 0.38 | 0.49 |
| Hex | 4D | AC | 77 | 37 | 0 | 1F | 21 | 93 | 26 | 31 |
| Octal | 115 | 254 | 167 | 67 | 0 | 37 | 41 | 223 | 46 | 61 |
| Binary | 1001101 | 10101100 | 1110111 | 110111 | 0 | 11111 | 100001 | 10010011 | 100110 | 110001 |
Color Harmonies of #4DAC77
Complementary color
Monochromatic Colors of #4DAC77
Black with #4DAC77
Text Example
Text Example
White with #4DAC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC77; }
p { color: rgb(77,172,119); }
H1.HeaderClassName
{
color: #4DAC77;
}
.AnyTagClassName
{
color: #4DAC77;
}
</style>
background-color css
<style>
a { background-color: #4DAC77; }
a { background-color: rgb(77,172,119); }
div.DivClassName
{
background-color: #4DAC77;
}
.BgClassName
{
background-color: #4DAC77;
}
</style>
border-color css
<style>
span { border-color: #4DAC77; }
span { border-color: rgb(77,172,119); }
td.TdClassName
{
border-color: #4DAC77;
}
.TagClassName
{
border-color: #4DAC77;
}
</style>