Shades of Ocean Green #4D9568
Tints of Ocean Green #4D9568
RGB
CMYK
RGB Variations
Color information
#4D9568 (or 0x4D9568) is known color: Ocean Green. HEX triplet: 4D, 95 and 68. RGB value is (77,149,104). Sum of RGB (Red+Green+Blue) = 77+149+104=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9568 is #B26A97. Grayscale: #7A7A7A. Windows color (decimal): -11692696 or 6853965. OLE color: 6853965.
HSL color Cylindrical-coordinate representation of color #4D9568: hue angle of 142.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D9568 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 104 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.42 |
| HSL | 142.5º | 0.32% | 0.44% | - |
| HSV(B) | 142.5º | 0.48% | 0.58% | - |
| XYZ | 16.31 | 24.07 | 16.88 | - |
| YUV | 122.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 104 | 0.48 | 0 | 0.30 | 0.42 | 142.5 | 0.32 | 0.44 |
| Hex | 4D | 95 | 68 | 30 | 0 | 1E | 2A | 8E | 20 | 2C |
| Octal | 115 | 225 | 150 | 60 | 0 | 36 | 52 | 216 | 40 | 54 |
| Binary | 1001101 | 10010101 | 1101000 | 110000 | 0 | 11110 | 101010 | 10001110 | 100000 | 101100 |
Color Harmonies of #4D9568
Complementary color
Monochromatic Colors of #4D9568
Black with #4D9568
Text Example
Text Example
White with #4D9568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9568; }
p { color: rgb(77,149,104); }
H1.HeaderClassName
{
color: #4D9568;
}
.AnyTagClassName
{
color: #4D9568;
}
</style>
background-color css
<style>
a { background-color: #4D9568; }
a { background-color: rgb(77,149,104); }
div.DivClassName
{
background-color: #4D9568;
}
.BgClassName
{
background-color: #4D9568;
}
</style>
border-color css
<style>
span { border-color: #4D9568; }
span { border-color: rgb(77,149,104); }
td.TdClassName
{
border-color: #4D9568;
}
.TagClassName
{
border-color: #4D9568;
}
</style>