Shades of Ocean Green #4D996C
Tints of Ocean Green #4D996C
RGB
CMYK
RGB Variations
Color information
#4D996C (or 0x4D996C) is known color: Ocean Green. HEX triplet: 4D, 99 and 6C. RGB value is (77,153,108). Sum of RGB (Red+Green+Blue) = 77+153+108=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #4D996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D996C is #B26693. Grayscale: #7D7D7D. Windows color (decimal): -11691668 or 7117133. OLE color: 7117133.
HSL color Cylindrical-coordinate representation of color #4D996C: hue angle of 144.47º 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 #4D996C is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 108 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.4 |
| HSL | 144.47º | 0.33% | 0.45% | - |
| HSV(B) | 144.47º | 0.5% | 0.6% | - |
| XYZ | 17.16 | 25.44 | 18.19 | - |
| YUV | 125.15 | 118.32 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 108 | 0.50 | 0 | 0.29 | 0.4 | 144.47 | 0.33 | 0.45 |
| Hex | 4D | 99 | 6C | 32 | 0 | 1D | 28 | 90 | 21 | 2D |
| Octal | 115 | 231 | 154 | 62 | 0 | 35 | 50 | 220 | 41 | 55 |
| Binary | 1001101 | 10011001 | 1101100 | 110010 | 0 | 11101 | 101000 | 10010000 | 100001 | 101101 |
Color Harmonies of #4D996C
Complementary color
Monochromatic Colors of #4D996C
Black with #4D996C
Text Example
Text Example
White with #4D996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D996C; }
p { color: rgb(77,153,108); }
H1.HeaderClassName
{
color: #4D996C;
}
.AnyTagClassName
{
color: #4D996C;
}
</style>
background-color css
<style>
a { background-color: #4D996C; }
a { background-color: rgb(77,153,108); }
div.DivClassName
{
background-color: #4D996C;
}
.BgClassName
{
background-color: #4D996C;
}
</style>
border-color css
<style>
span { border-color: #4D996C; }
span { border-color: rgb(77,153,108); }
td.TdClassName
{
border-color: #4D996C;
}
.TagClassName
{
border-color: #4D996C;
}
</style>