Shades of Ocean Green #4D9868
Tints of Ocean Green #4D9868
RGB
CMYK
RGB Variations
Color information
#4D9868 (or 0x4D9868) is known color: Ocean Green. HEX triplet: 4D, 98 and 68. RGB value is (77,152,104). Sum of RGB (Red+Green+Blue) = 77+152+104=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #4D9868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9868 is #B26797. Grayscale: #7C7C7C. Windows color (decimal): -11691928 or 6854733. OLE color: 6854733.
HSL color Cylindrical-coordinate representation of color #4D9868: hue angle of 141.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D9868 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 152 | 104 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.40 |
| HSL | 141.6º | 0.33% | 0.45% | - |
| HSV(B) | 141.6º | 0.49% | 0.6% | - |
| XYZ | 16.79 | 25.03 | 17.04 | - |
| YUV | 124.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 152 | 104 | 0.49 | 0 | 0.32 | 0.40 | 141.6 | 0.33 | 0.45 |
| Hex | 4D | 98 | 68 | 31 | 0 | 20 | 28 | 8E | 21 | 2D |
| Octal | 115 | 230 | 150 | 61 | 0 | 40 | 50 | 216 | 41 | 55 |
| Binary | 1001101 | 10011000 | 1101000 | 110001 | 0 | 100000 | 101000 | 10001110 | 100001 | 101101 |
Color Harmonies of #4D9868
Complementary color
Monochromatic Colors of #4D9868
Black with #4D9868
Text Example
Text Example
White with #4D9868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9868; }
p { color: rgb(77,152,104); }
H1.HeaderClassName
{
color: #4D9868;
}
.AnyTagClassName
{
color: #4D9868;
}
</style>
background-color css
<style>
a { background-color: #4D9868; }
a { background-color: rgb(77,152,104); }
div.DivClassName
{
background-color: #4D9868;
}
.BgClassName
{
background-color: #4D9868;
}
</style>
border-color css
<style>
span { border-color: #4D9868; }
span { border-color: rgb(77,152,104); }
td.TdClassName
{
border-color: #4D9868;
}
.TagClassName
{
border-color: #4D9868;
}
</style>