Shades of Ocean Green #4E956B
Tints of Ocean Green #4E956B
RGB
CMYK
RGB Variations
Color information
#4E956B (or 0x4E956B) is known color: Ocean Green. HEX triplet: 4E, 95 and 6B. RGB value is (78,149,107). Sum of RGB (Red+Green+Blue) = 78+149+107=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #4E956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E956B is #B16A94. Grayscale: #7B7B7B. Windows color (decimal): -11627157 or 7050574. OLE color: 7050574.
HSL color Cylindrical-coordinate representation of color #4E956B: hue angle of 144.51º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E956B is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 149 | 107 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.42 |
| HSL | 144.51º | 0.31% | 0.45% | - |
| HSV(B) | 144.51º | 0.48% | 0.58% | - |
| XYZ | 16.54 | 24.18 | 17.7 | - |
| YUV | 122.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 149 | 107 | 0.48 | 0 | 0.28 | 0.42 | 144.51 | 0.31 | 0.45 |
| Hex | 4E | 95 | 6B | 30 | 0 | 1C | 2A | 91 | 1F | 2D |
| Octal | 116 | 225 | 153 | 60 | 0 | 34 | 52 | 221 | 37 | 55 |
| Binary | 1001110 | 10010101 | 1101011 | 110000 | 0 | 11100 | 101010 | 10010001 | 11111 | 101101 |
Color Harmonies of #4E956B
Complementary color
Monochromatic Colors of #4E956B
Black with #4E956B
Text Example
Text Example
White with #4E956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E956B; }
p { color: rgb(78,149,107); }
H1.HeaderClassName
{
color: #4E956B;
}
.AnyTagClassName
{
color: #4E956B;
}
</style>
background-color css
<style>
a { background-color: #4E956B; }
a { background-color: rgb(78,149,107); }
div.DivClassName
{
background-color: #4E956B;
}
.BgClassName
{
background-color: #4E956B;
}
</style>
border-color css
<style>
span { border-color: #4E956B; }
span { border-color: rgb(78,149,107); }
td.TdClassName
{
border-color: #4E956B;
}
.TagClassName
{
border-color: #4E956B;
}
</style>