Shades of Ocean Green #4DAC6F
Tints of Ocean Green #4DAC6F
RGB
CMYK
RGB Variations
Color information
#4DAC6F (or 0x4DAC6F) is known color: Ocean Green. HEX triplet: 4D, AC and 6F. RGB value is (77,172,111). Sum of RGB (Red+Green+Blue) = 77+172+111=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC6F is #B25390. Grayscale: #888888. Windows color (decimal): -11686801 or 7318605. OLE color: 7318605.
HSL color Cylindrical-coordinate representation of color #4DAC6F: hue angle of 141.47º 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 #4DAC6F is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 111 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.33 |
| HSL | 141.47º | 0.38% | 0.49% | - |
| HSV(B) | 141.47º | 0.55% | 0.67% | - |
| XYZ | 20.68 | 32.23 | 20.17 | - |
| YUV | 136.64 | 113.53 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 111 | 0.55 | 0 | 0.35 | 0.33 | 141.47 | 0.38 | 0.49 |
| Hex | 4D | AC | 6F | 37 | 0 | 23 | 21 | 8D | 26 | 31 |
| Octal | 115 | 254 | 157 | 67 | 0 | 43 | 41 | 215 | 46 | 61 |
| Binary | 1001101 | 10101100 | 1101111 | 110111 | 0 | 100011 | 100001 | 10001101 | 100110 | 110001 |
Color Harmonies of #4DAC6F
Complementary color
Monochromatic Colors of #4DAC6F
Black with #4DAC6F
Text Example
Text Example
White with #4DAC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC6F; }
p { color: rgb(77,172,111); }
H1.HeaderClassName
{
color: #4DAC6F;
}
.AnyTagClassName
{
color: #4DAC6F;
}
</style>
background-color css
<style>
a { background-color: #4DAC6F; }
a { background-color: rgb(77,172,111); }
div.DivClassName
{
background-color: #4DAC6F;
}
.BgClassName
{
background-color: #4DAC6F;
}
</style>
border-color css
<style>
span { border-color: #4DAC6F; }
span { border-color: rgb(77,172,111); }
td.TdClassName
{
border-color: #4DAC6F;
}
.TagClassName
{
border-color: #4DAC6F;
}
</style>