Shades of Ocean Green #4DAC75
Tints of Ocean Green #4DAC75
RGB
CMYK
RGB Variations
Color information
#4DAC75 (or 0x4DAC75) is known color: Ocean Green. HEX triplet: 4D, AC and 75. RGB value is (77,172,117). Sum of RGB (Red+Green+Blue) = 77+172+117=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC75 is #B2538A. Grayscale: #898989. Windows color (decimal): -11686795 or 7711821. OLE color: 7711821.
HSL color Cylindrical-coordinate representation of color #4DAC75: hue angle of 145.26º 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 #4DAC75 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 117 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.33 |
| HSL | 145.26º | 0.38% | 0.49% | - |
| HSV(B) | 145.26º | 0.55% | 0.67% | - |
| XYZ | 21.02 | 32.37 | 21.97 | - |
| YUV | 137.33 | 116.53 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 117 | 0.55 | 0 | 0.32 | 0.33 | 145.26 | 0.38 | 0.49 |
| Hex | 4D | AC | 75 | 37 | 0 | 20 | 21 | 91 | 26 | 31 |
| Octal | 115 | 254 | 165 | 67 | 0 | 40 | 41 | 221 | 46 | 61 |
| Binary | 1001101 | 10101100 | 1110101 | 110111 | 0 | 100000 | 100001 | 10010001 | 100110 | 110001 |
Color Harmonies of #4DAC75
Complementary color
Monochromatic Colors of #4DAC75
Black with #4DAC75
Text Example
Text Example
White with #4DAC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC75; }
p { color: rgb(77,172,117); }
H1.HeaderClassName
{
color: #4DAC75;
}
.AnyTagClassName
{
color: #4DAC75;
}
</style>
background-color css
<style>
a { background-color: #4DAC75; }
a { background-color: rgb(77,172,117); }
div.DivClassName
{
background-color: #4DAC75;
}
.BgClassName
{
background-color: #4DAC75;
}
</style>
border-color css
<style>
span { border-color: #4DAC75; }
span { border-color: rgb(77,172,117); }
td.TdClassName
{
border-color: #4DAC75;
}
.TagClassName
{
border-color: #4DAC75;
}
</style>