Shades of Ocean Green #4DAB70
Tints of Ocean Green #4DAB70
RGB
CMYK
RGB Variations
Color information
#4DAB70 (or 0x4DAB70) is known color: Ocean Green. HEX triplet: 4D, AB and 70. RGB value is (77,171,112). Sum of RGB (Red+Green+Blue) = 77+171+112=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAB70 is #B2548F. Grayscale: #888888. Windows color (decimal): -11687056 or 7383885. OLE color: 7383885.
HSL color Cylindrical-coordinate representation of color #4DAB70: hue angle of 142.34º 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 #4DAB70 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 171 | 112 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.33 |
| HSL | 142.34º | 0.38% | 0.49% | - |
| HSV(B) | 142.34º | 0.55% | 0.67% | - |
| XYZ | 20.55 | 31.87 | 20.4 | - |
| YUV | 136.17 | 114.36 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 112 | 0.55 | 0 | 0.35 | 0.33 | 142.34 | 0.38 | 0.49 |
| Hex | 4D | AB | 70 | 37 | 0 | 23 | 21 | 8E | 26 | 31 |
| Octal | 115 | 253 | 160 | 67 | 0 | 43 | 41 | 216 | 46 | 61 |
| Binary | 1001101 | 10101011 | 1110000 | 110111 | 0 | 100011 | 100001 | 10001110 | 100110 | 110001 |
Color Harmonies of #4DAB70
Complementary color
Monochromatic Colors of #4DAB70
Black with #4DAB70
Text Example
Text Example
White with #4DAB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAB70; }
p { color: rgb(77,171,112); }
H1.HeaderClassName
{
color: #4DAB70;
}
.AnyTagClassName
{
color: #4DAB70;
}
</style>
background-color css
<style>
a { background-color: #4DAB70; }
a { background-color: rgb(77,171,112); }
div.DivClassName
{
background-color: #4DAB70;
}
.BgClassName
{
background-color: #4DAB70;
}
</style>
border-color css
<style>
span { border-color: #4DAB70; }
span { border-color: rgb(77,171,112); }
td.TdClassName
{
border-color: #4DAB70;
}
.TagClassName
{
border-color: #4DAB70;
}
</style>