Shades of Ocean Green #4E966C
Tints of Ocean Green #4E966C
RGB
CMYK
RGB Variations
Color information
#4E966C (or 0x4E966C) is known color: Ocean Green. HEX triplet: 4E, 96 and 6C. RGB value is (78,150,108). Sum of RGB (Red+Green+Blue) = 78+150+108=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #4E966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E966C is #B16993. Grayscale: #7B7B7B. Windows color (decimal): -11626900 or 7116366. OLE color: 7116366.
HSL color Cylindrical-coordinate representation of color #4E966C: hue angle of 145º 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 #4E966C is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 150 | 108 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.41 |
| HSL | 145º | 0.32% | 0.45% | - |
| HSV(B) | 145º | 0.48% | 0.59% | - |
| XYZ | 16.76 | 24.52 | 18.04 | - |
| YUV | 123.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 150 | 108 | 0.48 | 0 | 0.28 | 0.41 | 145 | 0.32 | 0.45 |
| Hex | 4E | 96 | 6C | 30 | 0 | 1C | 29 | 91 | 20 | 2D |
| Octal | 116 | 226 | 154 | 60 | 0 | 34 | 51 | 221 | 40 | 55 |
| Binary | 1001110 | 10010110 | 1101100 | 110000 | 0 | 11100 | 101001 | 10010001 | 100000 | 101101 |
Color Harmonies of #4E966C
Complementary color
Monochromatic Colors of #4E966C
Black with #4E966C
Text Example
Text Example
White with #4E966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E966C; }
p { color: rgb(78,150,108); }
H1.HeaderClassName
{
color: #4E966C;
}
.AnyTagClassName
{
color: #4E966C;
}
</style>
background-color css
<style>
a { background-color: #4E966C; }
a { background-color: rgb(78,150,108); }
div.DivClassName
{
background-color: #4E966C;
}
.BgClassName
{
background-color: #4E966C;
}
</style>
border-color css
<style>
span { border-color: #4E966C; }
span { border-color: rgb(78,150,108); }
td.TdClassName
{
border-color: #4E966C;
}
.TagClassName
{
border-color: #4E966C;
}
</style>