Shades of Ocean Green #4DAA76
Tints of Ocean Green #4DAA76
RGB
CMYK
RGB Variations
Color information
#4DAA76 (or 0x4DAA76) is known color: Ocean Green. HEX triplet: 4D, AA and 76. RGB value is (77,170,118). Sum of RGB (Red+Green+Blue) = 77+170+118=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA76 is #B25589. Grayscale: #888888. Windows color (decimal): -11687306 or 7776845. OLE color: 7776845.
HSL color Cylindrical-coordinate representation of color #4DAA76: hue angle of 146.45º 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 #4DAA76 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 118 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.33 |
| HSL | 146.45º | 0.38% | 0.48% | - |
| HSV(B) | 146.45º | 0.55% | 0.67% | - |
| XYZ | 20.71 | 31.64 | 22.15 | - |
| YUV | 136.27 | 117.69 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 118 | 0.55 | 0 | 0.31 | 0.33 | 146.45 | 0.38 | 0.48 |
| Hex | 4D | AA | 76 | 37 | 0 | 1F | 21 | 92 | 26 | 30 |
| Octal | 115 | 252 | 166 | 67 | 0 | 37 | 41 | 222 | 46 | 60 |
| Binary | 1001101 | 10101010 | 1110110 | 110111 | 0 | 11111 | 100001 | 10010010 | 100110 | 110000 |
Color Harmonies of #4DAA76
Complementary color
Monochromatic Colors of #4DAA76
Black with #4DAA76
Text Example
Text Example
White with #4DAA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA76; }
p { color: rgb(77,170,118); }
H1.HeaderClassName
{
color: #4DAA76;
}
.AnyTagClassName
{
color: #4DAA76;
}
</style>
background-color css
<style>
a { background-color: #4DAA76; }
a { background-color: rgb(77,170,118); }
div.DivClassName
{
background-color: #4DAA76;
}
.BgClassName
{
background-color: #4DAA76;
}
</style>
border-color css
<style>
span { border-color: #4DAA76; }
span { border-color: rgb(77,170,118); }
td.TdClassName
{
border-color: #4DAA76;
}
.TagClassName
{
border-color: #4DAA76;
}
</style>