Shades of Ocean Green #4DAA66
Tints of Ocean Green #4DAA66
RGB
CMYK
RGB Variations
Color information
#4DAA66 (or 0x4DAA66) is known color: Ocean Green. HEX triplet: 4D, AA and 66. RGB value is (77,170,102). Sum of RGB (Red+Green+Blue) = 77+170+102=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA66 is #B25599. Grayscale: #868686. Windows color (decimal): -11687322 or 6728269. OLE color: 6728269.
HSL color Cylindrical-coordinate representation of color #4DAA66: hue angle of 136.13º 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 #4DAA66 is Cyan = 0.55, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 102 | - |
| CMYK | 0.55 | 0 | 0.4 | 0.33 |
| HSL | 136.13º | 0.38% | 0.48% | - |
| HSV(B) | 136.13º | 0.55% | 0.67% | - |
| XYZ | 19.83 | 31.29 | 17.56 | - |
| YUV | 134.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 102 | 0.55 | 0 | 0.4 | 0.33 | 136.13 | 0.38 | 0.48 |
| Hex | 4D | AA | 66 | 37 | 0 | 28 | 21 | 88 | 26 | 30 |
| Octal | 115 | 252 | 146 | 67 | 0 | 50 | 41 | 210 | 46 | 60 |
| Binary | 1001101 | 10101010 | 1100110 | 110111 | 0 | 101000 | 100001 | 10001000 | 100110 | 110000 |
Color Harmonies of #4DAA66
Complementary color
Monochromatic Colors of #4DAA66
Black with #4DAA66
Text Example
Text Example
White with #4DAA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA66; }
p { color: rgb(77,170,102); }
H1.HeaderClassName
{
color: #4DAA66;
}
.AnyTagClassName
{
color: #4DAA66;
}
</style>
background-color css
<style>
a { background-color: #4DAA66; }
a { background-color: rgb(77,170,102); }
div.DivClassName
{
background-color: #4DAA66;
}
.BgClassName
{
background-color: #4DAA66;
}
</style>
border-color css
<style>
span { border-color: #4DAA66; }
span { border-color: rgb(77,170,102); }
td.TdClassName
{
border-color: #4DAA66;
}
.TagClassName
{
border-color: #4DAA66;
}
</style>