Shades of Ocean Green #4D9D75
Tints of Ocean Green #4D9D75
RGB
CMYK
RGB Variations
Color information
#4D9D75 (or 0x4D9D75) is known color: Ocean Green. HEX triplet: 4D, 9D and 75. RGB value is (77,157,117). Sum of RGB (Red+Green+Blue) = 77+157+117=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9D75 is #B2628A. Grayscale: #808080. Windows color (decimal): -11690635 or 7707981. OLE color: 7707981.
HSL color Cylindrical-coordinate representation of color #4D9D75: hue angle of 150º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9D75 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 157 | 117 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.38 |
| HSL | 150º | 0.34% | 0.46% | - |
| HSV(B) | 150º | 0.51% | 0.62% | - |
| XYZ | 18.33 | 26.98 | 21.07 | - |
| YUV | 128.52 | 121.5 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 117 | 0.51 | 0 | 0.25 | 0.38 | 150 | 0.34 | 0.46 |
| Hex | 4D | 9D | 75 | 33 | 0 | 19 | 26 | 96 | 22 | 2E |
| Octal | 115 | 235 | 165 | 63 | 0 | 31 | 46 | 226 | 42 | 56 |
| Binary | 1001101 | 10011101 | 1110101 | 110011 | 0 | 11001 | 100110 | 10010110 | 100010 | 101110 |
Color Harmonies of #4D9D75
Complementary color
Monochromatic Colors of #4D9D75
Black with #4D9D75
Text Example
Text Example
White with #4D9D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9D75; }
p { color: rgb(77,157,117); }
H1.HeaderClassName
{
color: #4D9D75;
}
.AnyTagClassName
{
color: #4D9D75;
}
</style>
background-color css
<style>
a { background-color: #4D9D75; }
a { background-color: rgb(77,157,117); }
div.DivClassName
{
background-color: #4D9D75;
}
.BgClassName
{
background-color: #4D9D75;
}
</style>
border-color css
<style>
span { border-color: #4D9D75; }
span { border-color: rgb(77,157,117); }
td.TdClassName
{
border-color: #4D9D75;
}
.TagClassName
{
border-color: #4D9D75;
}
</style>