Shades of Ocean Green #4E966A
Tints of Ocean Green #4E966A
RGB
CMYK
RGB Variations
Color information
#4E966A (or 0x4E966A) is known color: Ocean Green. HEX triplet: 4E, 96 and 6A. RGB value is (78,150,106). Sum of RGB (Red+Green+Blue) = 78+150+106=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #4E966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E966A is #B16995. Grayscale: #7B7B7B. Windows color (decimal): -11626902 or 6985294. OLE color: 6985294.
HSL color Cylindrical-coordinate representation of color #4E966A: hue angle of 143.33º 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 #4E966A is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 150 | 106 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.41 |
| HSL | 143.33º | 0.32% | 0.45% | - |
| HSV(B) | 143.33º | 0.48% | 0.59% | - |
| XYZ | 16.65 | 24.47 | 17.48 | - |
| YUV | 123.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 150 | 106 | 0.48 | 0 | 0.29 | 0.41 | 143.33 | 0.32 | 0.45 |
| Hex | 4E | 96 | 6A | 30 | 0 | 1D | 29 | 8F | 20 | 2D |
| Octal | 116 | 226 | 152 | 60 | 0 | 35 | 51 | 217 | 40 | 55 |
| Binary | 1001110 | 10010110 | 1101010 | 110000 | 0 | 11101 | 101001 | 10001111 | 100000 | 101101 |
Color Harmonies of #4E966A
Complementary color
Monochromatic Colors of #4E966A
Black with #4E966A
Text Example
Text Example
White with #4E966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E966A; }
p { color: rgb(78,150,106); }
H1.HeaderClassName
{
color: #4E966A;
}
.AnyTagClassName
{
color: #4E966A;
}
</style>
background-color css
<style>
a { background-color: #4E966A; }
a { background-color: rgb(78,150,106); }
div.DivClassName
{
background-color: #4E966A;
}
.BgClassName
{
background-color: #4E966A;
}
</style>
border-color css
<style>
span { border-color: #4E966A; }
span { border-color: rgb(78,150,106); }
td.TdClassName
{
border-color: #4E966A;
}
.TagClassName
{
border-color: #4E966A;
}
</style>