Shades of Ocean Green #4E966B
Tints of Ocean Green #4E966B
RGB
CMYK
RGB Variations
Color information
#4E966B (or 0x4E966B) is known color: Ocean Green. HEX triplet: 4E, 96 and 6B. RGB value is (78,150,107). Sum of RGB (Red+Green+Blue) = 78+150+107=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #4E966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E966B is #B16994. Grayscale: #7B7B7B. Windows color (decimal): -11626901 or 7050830. OLE color: 7050830.
HSL color Cylindrical-coordinate representation of color #4E966B: hue angle of 144.17º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E966B is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 150 | 107 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.41 |
| HSL | 144.17º | 0.32% | 0.45% | - |
| HSV(B) | 144.17º | 0.48% | 0.59% | - |
| XYZ | 16.7 | 24.49 | 17.76 | - |
| YUV | 123.57 | 118.65 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 150 | 107 | 0.48 | 0 | 0.29 | 0.41 | 144.17 | 0.32 | 0.45 |
| Hex | 4E | 96 | 6B | 30 | 0 | 1D | 29 | 90 | 20 | 2D |
| Octal | 116 | 226 | 153 | 60 | 0 | 35 | 51 | 220 | 40 | 55 |
| Binary | 1001110 | 10010110 | 1101011 | 110000 | 0 | 11101 | 101001 | 10010000 | 100000 | 101101 |
Color Harmonies of #4E966B
Complementary color
Monochromatic Colors of #4E966B
Black with #4E966B
Text Example
Text Example
White with #4E966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E966B; }
p { color: rgb(78,150,107); }
H1.HeaderClassName
{
color: #4E966B;
}
.AnyTagClassName
{
color: #4E966B;
}
</style>
background-color css
<style>
a { background-color: #4E966B; }
a { background-color: rgb(78,150,107); }
div.DivClassName
{
background-color: #4E966B;
}
.BgClassName
{
background-color: #4E966B;
}
</style>
border-color css
<style>
span { border-color: #4E966B; }
span { border-color: rgb(78,150,107); }
td.TdClassName
{
border-color: #4E966B;
}
.TagClassName
{
border-color: #4E966B;
}
</style>