Shades of Ocean Green #4E996B
Tints of Ocean Green #4E996B
RGB
CMYK
RGB Variations
Color information
#4E996B (or 0x4E996B) is known color: Ocean Green. HEX triplet: 4E, 99 and 6B. RGB value is (78,153,107). Sum of RGB (Red+Green+Blue) = 78+153+107=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #4E996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E996B is #B16694. Grayscale: #7D7D7D. Windows color (decimal): -11626133 or 7051598. OLE color: 7051598.
HSL color Cylindrical-coordinate representation of color #4E996B: hue angle of 143.2º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E996B is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 78 | 153 | 107 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.4 |
| HSL | 143.2º | 0.32% | 0.45% | - |
| HSV(B) | 143.2º | 0.49% | 0.6% | - |
| XYZ | 17.19 | 25.46 | 17.92 | - |
| YUV | 125.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 153 | 107 | 0.49 | 0 | 0.30 | 0.4 | 143.2 | 0.32 | 0.45 |
| Hex | 4E | 99 | 6B | 31 | 0 | 1E | 28 | 8F | 20 | 2D |
| Octal | 116 | 231 | 153 | 61 | 0 | 36 | 50 | 217 | 40 | 55 |
| Binary | 1001110 | 10011001 | 1101011 | 110001 | 0 | 11110 | 101000 | 10001111 | 100000 | 101101 |
Color Harmonies of #4E996B
Complementary color
Monochromatic Colors of #4E996B
Black with #4E996B
Text Example
Text Example
White with #4E996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E996B; }
p { color: rgb(78,153,107); }
H1.HeaderClassName
{
color: #4E996B;
}
.AnyTagClassName
{
color: #4E996B;
}
</style>
background-color css
<style>
a { background-color: #4E996B; }
a { background-color: rgb(78,153,107); }
div.DivClassName
{
background-color: #4E996B;
}
.BgClassName
{
background-color: #4E996B;
}
</style>
border-color css
<style>
span { border-color: #4E996B; }
span { border-color: rgb(78,153,107); }
td.TdClassName
{
border-color: #4E996B;
}
.TagClassName
{
border-color: #4E996B;
}
</style>