Shades of Ocean Green #4DA96C
Tints of Ocean Green #4DA96C
RGB
CMYK
RGB Variations
Color information
#4DA96C (or 0x4DA96C) is known color: Ocean Green. HEX triplet: 4D, A9 and 6C. RGB value is (77,169,108). Sum of RGB (Red+Green+Blue) = 77+169+108=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA96C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA96C is #B25693. Grayscale: #868686. Windows color (decimal): -11687572 or 7121229. OLE color: 7121229.
HSL color Cylindrical-coordinate representation of color #4DA96C: hue angle of 140.22º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA96C is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 169 | 108 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.34 |
| HSL | 140.22º | 0.37% | 0.48% | - |
| HSV(B) | 140.22º | 0.54% | 0.66% | - |
| XYZ | 19.96 | 31.04 | 19.13 | - |
| YUV | 134.54 | 113.02 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 169 | 108 | 0.54 | 0 | 0.36 | 0.34 | 140.22 | 0.37 | 0.48 |
| Hex | 4D | A9 | 6C | 36 | 0 | 24 | 22 | 8C | 25 | 30 |
| Octal | 115 | 251 | 154 | 66 | 0 | 44 | 42 | 214 | 45 | 60 |
| Binary | 1001101 | 10101001 | 1101100 | 110110 | 0 | 100100 | 100010 | 10001100 | 100101 | 110000 |
Color Harmonies of #4DA96C
Complementary color
Monochromatic Colors of #4DA96C
Black with #4DA96C
Text Example
Text Example
White with #4DA96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA96C; }
p { color: rgb(77,169,108); }
H1.HeaderClassName
{
color: #4DA96C;
}
.AnyTagClassName
{
color: #4DA96C;
}
</style>
background-color css
<style>
a { background-color: #4DA96C; }
a { background-color: rgb(77,169,108); }
div.DivClassName
{
background-color: #4DA96C;
}
.BgClassName
{
background-color: #4DA96C;
}
</style>
border-color css
<style>
span { border-color: #4DA96C; }
span { border-color: rgb(77,169,108); }
td.TdClassName
{
border-color: #4DA96C;
}
.TagClassName
{
border-color: #4DA96C;
}
</style>