Shades of Ocean Green #4D9A68
Tints of Ocean Green #4D9A68
RGB
CMYK
RGB Variations
Color information
#4D9A68 (or 0x4D9A68) is known color: Ocean Green. HEX triplet: 4D, 9A and 68. RGB value is (77,154,104). Sum of RGB (Red+Green+Blue) = 77+154+104=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #4D9A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9A68 is #B26597. Grayscale: #7D7D7D. Windows color (decimal): -11691416 or 6855245. OLE color: 6855245.
HSL color Cylindrical-coordinate representation of color #4D9A68: hue angle of 141.04º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9A68 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 154 | 104 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.40 |
| HSL | 141.04º | 0.33% | 0.45% | - |
| HSV(B) | 141.04º | 0.5% | 0.6% | - |
| XYZ | 17.11 | 25.69 | 17.15 | - |
| YUV | 125.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 154 | 104 | 0.50 | 0 | 0.32 | 0.40 | 141.04 | 0.33 | 0.45 |
| Hex | 4D | 9A | 68 | 32 | 0 | 20 | 28 | 8D | 21 | 2D |
| Octal | 115 | 232 | 150 | 62 | 0 | 40 | 50 | 215 | 41 | 55 |
| Binary | 1001101 | 10011010 | 1101000 | 110010 | 0 | 100000 | 101000 | 10001101 | 100001 | 101101 |
Color Harmonies of #4D9A68
Complementary color
Monochromatic Colors of #4D9A68
Black with #4D9A68
Text Example
Text Example
White with #4D9A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9A68; }
p { color: rgb(77,154,104); }
H1.HeaderClassName
{
color: #4D9A68;
}
.AnyTagClassName
{
color: #4D9A68;
}
</style>
background-color css
<style>
a { background-color: #4D9A68; }
a { background-color: rgb(77,154,104); }
div.DivClassName
{
background-color: #4D9A68;
}
.BgClassName
{
background-color: #4D9A68;
}
</style>
border-color css
<style>
span { border-color: #4D9A68; }
span { border-color: rgb(77,154,104); }
td.TdClassName
{
border-color: #4D9A68;
}
.TagClassName
{
border-color: #4D9A68;
}
</style>