Shades of Ocean Green #4D996A
Tints of Ocean Green #4D996A
RGB
CMYK
RGB Variations
Color information
#4D996A (or 0x4D996A) is known color: Ocean Green. HEX triplet: 4D, 99 and 6A. RGB value is (77,153,106). Sum of RGB (Red+Green+Blue) = 77+153+106=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #4D996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D996A is #B26695. Grayscale: #7D7D7D. Windows color (decimal): -11691670 or 6986061. OLE color: 6986061.
HSL color Cylindrical-coordinate representation of color #4D996A: hue angle of 142.89º 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 #4D996A is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 106 | - |
| CMYK | 0.50 | 0 | 0.31 | 0.4 |
| HSL | 142.89º | 0.33% | 0.45% | - |
| HSV(B) | 142.89º | 0.5% | 0.6% | - |
| XYZ | 17.05 | 25.4 | 17.64 | - |
| YUV | 124.92 | 117.32 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 106 | 0.50 | 0 | 0.31 | 0.4 | 142.89 | 0.33 | 0.45 |
| Hex | 4D | 99 | 6A | 32 | 0 | 1F | 28 | 8F | 21 | 2D |
| Octal | 115 | 231 | 152 | 62 | 0 | 37 | 50 | 217 | 41 | 55 |
| Binary | 1001101 | 10011001 | 1101010 | 110010 | 0 | 11111 | 101000 | 10001111 | 100001 | 101101 |
Color Harmonies of #4D996A
Complementary color
Monochromatic Colors of #4D996A
Black with #4D996A
Text Example
Text Example
White with #4D996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D996A; }
p { color: rgb(77,153,106); }
H1.HeaderClassName
{
color: #4D996A;
}
.AnyTagClassName
{
color: #4D996A;
}
</style>
background-color css
<style>
a { background-color: #4D996A; }
a { background-color: rgb(77,153,106); }
div.DivClassName
{
background-color: #4D996A;
}
.BgClassName
{
background-color: #4D996A;
}
</style>
border-color css
<style>
span { border-color: #4D996A; }
span { border-color: rgb(77,153,106); }
td.TdClassName
{
border-color: #4D996A;
}
.TagClassName
{
border-color: #4D996A;
}
</style>