Shades of Ocean Green #4DAC79
Tints of Ocean Green #4DAC79
RGB
CMYK
RGB Variations
Color information
#4DAC79 (or 0x4DAC79) is known color: Ocean Green. HEX triplet: 4D, AC and 79. RGB value is (77,172,121). Sum of RGB (Red+Green+Blue) = 77+172+121=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC79 is #B25386. Grayscale: #898989. Windows color (decimal): -11686791 or 7973965. OLE color: 7973965.
HSL color Cylindrical-coordinate representation of color #4DAC79: hue angle of 147.79º 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 #4DAC79 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 121 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.33 |
| HSL | 147.79º | 0.38% | 0.49% | - |
| HSV(B) | 147.79º | 0.55% | 0.67% | - |
| XYZ | 21.26 | 32.46 | 23.23 | - |
| YUV | 137.78 | 118.53 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 121 | 0.55 | 0 | 0.30 | 0.33 | 147.79 | 0.38 | 0.49 |
| Hex | 4D | AC | 79 | 37 | 0 | 1E | 21 | 94 | 26 | 31 |
| Octal | 115 | 254 | 171 | 67 | 0 | 36 | 41 | 224 | 46 | 61 |
| Binary | 1001101 | 10101100 | 1111001 | 110111 | 0 | 11110 | 100001 | 10010100 | 100110 | 110001 |
Color Harmonies of #4DAC79
Complementary color
Monochromatic Colors of #4DAC79
Black with #4DAC79
Text Example
Text Example
White with #4DAC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC79; }
p { color: rgb(77,172,121); }
H1.HeaderClassName
{
color: #4DAC79;
}
.AnyTagClassName
{
color: #4DAC79;
}
</style>
background-color css
<style>
a { background-color: #4DAC79; }
a { background-color: rgb(77,172,121); }
div.DivClassName
{
background-color: #4DAC79;
}
.BgClassName
{
background-color: #4DAC79;
}
</style>
border-color css
<style>
span { border-color: #4DAC79; }
span { border-color: rgb(77,172,121); }
td.TdClassName
{
border-color: #4DAC79;
}
.TagClassName
{
border-color: #4DAC79;
}
</style>