Shades of Ocean Green #4DA06C
Tints of Ocean Green #4DA06C
RGB
CMYK
RGB Variations
Color information
#4DA06C (or 0x4DA06C) is known color: Ocean Green. HEX triplet: 4D, A0 and 6C. RGB value is (77,160,108). Sum of RGB (Red+Green+Blue) = 77+160+108=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA06C is #B25F93. Grayscale: #818181. Windows color (decimal): -11689876 or 7118925. OLE color: 7118925.
HSL color Cylindrical-coordinate representation of color #4DA06C: hue angle of 142.41º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA06C is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 160 | 108 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.37 |
| HSL | 142.41º | 0.35% | 0.46% | - |
| HSV(B) | 142.41º | 0.52% | 0.63% | - |
| XYZ | 18.34 | 27.8 | 18.59 | - |
| YUV | 129.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 160 | 108 | 0.52 | 0 | 0.32 | 0.37 | 142.41 | 0.35 | 0.46 |
| Hex | 4D | A0 | 6C | 34 | 0 | 20 | 25 | 8E | 23 | 2E |
| Octal | 115 | 240 | 154 | 64 | 0 | 40 | 45 | 216 | 43 | 56 |
| Binary | 1001101 | 10100000 | 1101100 | 110100 | 0 | 100000 | 100101 | 10001110 | 100011 | 101110 |
Color Harmonies of #4DA06C
Complementary color
Monochromatic Colors of #4DA06C
Black with #4DA06C
Text Example
Text Example
White with #4DA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA06C; }
p { color: rgb(77,160,108); }
H1.HeaderClassName
{
color: #4DA06C;
}
.AnyTagClassName
{
color: #4DA06C;
}
</style>
background-color css
<style>
a { background-color: #4DA06C; }
a { background-color: rgb(77,160,108); }
div.DivClassName
{
background-color: #4DA06C;
}
.BgClassName
{
background-color: #4DA06C;
}
</style>
border-color css
<style>
span { border-color: #4DA06C; }
span { border-color: rgb(77,160,108); }
td.TdClassName
{
border-color: #4DA06C;
}
.TagClassName
{
border-color: #4DA06C;
}
</style>