Shades of Ocean Green #4DAD67
Tints of Ocean Green #4DAD67
RGB
CMYK
RGB Variations
Color information
#4DAD67 (or 0x4DAD67) is known color: Ocean Green. HEX triplet: 4D, AD and 67. RGB value is (77,173,103). Sum of RGB (Red+Green+Blue) = 77+173+103=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD67 is #B25298. Grayscale: #888888. Windows color (decimal): -11686553 or 6794573. OLE color: 6794573.
HSL color Cylindrical-coordinate representation of color #4DAD67: hue angle of 136.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 #4DAD67 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 103 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.32 |
| HSL | 136.25º | 0.38% | 0.49% | - |
| HSV(B) | 136.25º | 0.55% | 0.68% | - |
| XYZ | 20.45 | 32.44 | 18.02 | - |
| YUV | 136.32 | 109.2 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 103 | 0.55 | 0 | 0.40 | 0.32 | 136.25 | 0.38 | 0.49 |
| Hex | 4D | AD | 67 | 37 | 0 | 28 | 20 | 88 | 26 | 31 |
| Octal | 115 | 255 | 147 | 67 | 0 | 50 | 40 | 210 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1100111 | 110111 | 0 | 101000 | 100000 | 10001000 | 100110 | 110001 |
Color Harmonies of #4DAD67
Complementary color
Monochromatic Colors of #4DAD67
Black with #4DAD67
Text Example
Text Example
White with #4DAD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD67; }
p { color: rgb(77,173,103); }
H1.HeaderClassName
{
color: #4DAD67;
}
.AnyTagClassName
{
color: #4DAD67;
}
</style>
background-color css
<style>
a { background-color: #4DAD67; }
a { background-color: rgb(77,173,103); }
div.DivClassName
{
background-color: #4DAD67;
}
.BgClassName
{
background-color: #4DAD67;
}
</style>
border-color css
<style>
span { border-color: #4DAD67; }
span { border-color: rgb(77,173,103); }
td.TdClassName
{
border-color: #4DAD67;
}
.TagClassName
{
border-color: #4DAD67;
}
</style>