Shades of Ocean Green #4DA06D
Tints of Ocean Green #4DA06D
RGB
CMYK
RGB Variations
Color information
#4DA06D (or 0x4DA06D) is known color: Ocean Green. HEX triplet: 4D, A0 and 6D. RGB value is (77,160,109). Sum of RGB (Red+Green+Blue) = 77+160+109=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA06D is #B25F92. Grayscale: #818181. Windows color (decimal): -11689875 or 7184461. OLE color: 7184461.
HSL color Cylindrical-coordinate representation of color #4DA06D: hue angle of 143.13º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA06D is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 160 | 109 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.37 |
| HSL | 143.13º | 0.35% | 0.46% | - |
| HSV(B) | 143.13º | 0.52% | 0.63% | - |
| XYZ | 18.39 | 27.82 | 18.87 | - |
| YUV | 129.37 | 116.5 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 160 | 109 | 0.52 | 0 | 0.32 | 0.37 | 143.13 | 0.35 | 0.46 |
| Hex | 4D | A0 | 6D | 34 | 0 | 20 | 25 | 8F | 23 | 2E |
| Octal | 115 | 240 | 155 | 64 | 0 | 40 | 45 | 217 | 43 | 56 |
| Binary | 1001101 | 10100000 | 1101101 | 110100 | 0 | 100000 | 100101 | 10001111 | 100011 | 101110 |
Color Harmonies of #4DA06D
Complementary color
Monochromatic Colors of #4DA06D
Black with #4DA06D
Text Example
Text Example
White with #4DA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA06D; }
p { color: rgb(77,160,109); }
H1.HeaderClassName
{
color: #4DA06D;
}
.AnyTagClassName
{
color: #4DA06D;
}
</style>
background-color css
<style>
a { background-color: #4DA06D; }
a { background-color: rgb(77,160,109); }
div.DivClassName
{
background-color: #4DA06D;
}
.BgClassName
{
background-color: #4DA06D;
}
</style>
border-color css
<style>
span { border-color: #4DA06D; }
span { border-color: rgb(77,160,109); }
td.TdClassName
{
border-color: #4DA06D;
}
.TagClassName
{
border-color: #4DA06D;
}
</style>