Shades of Ocean Green #4DAC67
Tints of Ocean Green #4DAC67
RGB
CMYK
RGB Variations
Color information
#4DAC67 (or 0x4DAC67) is known color: Ocean Green. HEX triplet: 4D, AC and 67. RGB value is (77,172,103). Sum of RGB (Red+Green+Blue) = 77+172+103=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC67 is #B25398. Grayscale: #878787. Windows color (decimal): -11686809 or 6794317. OLE color: 6794317.
HSL color Cylindrical-coordinate representation of color #4DAC67: hue angle of 136.42º 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 #4DAC67 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 103 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.33 |
| HSL | 136.42º | 0.38% | 0.49% | - |
| HSV(B) | 136.42º | 0.55% | 0.67% | - |
| XYZ | 20.26 | 32.06 | 17.95 | - |
| YUV | 135.73 | 109.53 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 103 | 0.55 | 0 | 0.40 | 0.33 | 136.42 | 0.38 | 0.49 |
| Hex | 4D | AC | 67 | 37 | 0 | 28 | 21 | 88 | 26 | 31 |
| Octal | 115 | 254 | 147 | 67 | 0 | 50 | 41 | 210 | 46 | 61 |
| Binary | 1001101 | 10101100 | 1100111 | 110111 | 0 | 101000 | 100001 | 10001000 | 100110 | 110001 |
Color Harmonies of #4DAC67
Complementary color
Monochromatic Colors of #4DAC67
Black with #4DAC67
Text Example
Text Example
White with #4DAC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC67; }
p { color: rgb(77,172,103); }
H1.HeaderClassName
{
color: #4DAC67;
}
.AnyTagClassName
{
color: #4DAC67;
}
</style>
background-color css
<style>
a { background-color: #4DAC67; }
a { background-color: rgb(77,172,103); }
div.DivClassName
{
background-color: #4DAC67;
}
.BgClassName
{
background-color: #4DAC67;
}
</style>
border-color css
<style>
span { border-color: #4DAC67; }
span { border-color: rgb(77,172,103); }
td.TdClassName
{
border-color: #4DAC67;
}
.TagClassName
{
border-color: #4DAC67;
}
</style>