Shades of Ocean Green #4DAA72
Tints of Ocean Green #4DAA72
RGB
CMYK
RGB Variations
Color information
#4DAA72 (or 0x4DAA72) is known color: Ocean Green. HEX triplet: 4D, AA and 72. RGB value is (77,170,114). Sum of RGB (Red+Green+Blue) = 77+170+114=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA72 is #B2558D. Grayscale: #878787. Windows color (decimal): -11687310 or 7514701. OLE color: 7514701.
HSL color Cylindrical-coordinate representation of color #4DAA72: hue angle of 143.87º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA72 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 114 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.33 |
| HSL | 143.87º | 0.38% | 0.48% | - |
| HSV(B) | 143.87º | 0.55% | 0.67% | - |
| XYZ | 20.47 | 31.54 | 20.93 | - |
| YUV | 135.81 | 115.69 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 114 | 0.55 | 0 | 0.33 | 0.33 | 143.87 | 0.38 | 0.48 |
| Hex | 4D | AA | 72 | 37 | 0 | 21 | 21 | 90 | 26 | 30 |
| Octal | 115 | 252 | 162 | 67 | 0 | 41 | 41 | 220 | 46 | 60 |
| Binary | 1001101 | 10101010 | 1110010 | 110111 | 0 | 100001 | 100001 | 10010000 | 100110 | 110000 |
Color Harmonies of #4DAA72
Complementary color
Monochromatic Colors of #4DAA72
Black with #4DAA72
Text Example
Text Example
White with #4DAA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA72; }
p { color: rgb(77,170,114); }
H1.HeaderClassName
{
color: #4DAA72;
}
.AnyTagClassName
{
color: #4DAA72;
}
</style>
background-color css
<style>
a { background-color: #4DAA72; }
a { background-color: rgb(77,170,114); }
div.DivClassName
{
background-color: #4DAA72;
}
.BgClassName
{
background-color: #4DAA72;
}
</style>
border-color css
<style>
span { border-color: #4DAA72; }
span { border-color: rgb(77,170,114); }
td.TdClassName
{
border-color: #4DAA72;
}
.TagClassName
{
border-color: #4DAA72;
}
</style>