Shades of Ocean Green #4E9677
Tints of Ocean Green #4E9677
RGB
CMYK
RGB Variations
Color information
#4E9677 (or 0x4E9677) is known color: Ocean Green. HEX triplet: 4E, 96 and 77. RGB value is (78,150,119). Sum of RGB (Red+Green+Blue) = 78+150+119=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #4E9677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9677 is #B16988. Grayscale: #7C7C7C. Windows color (decimal): -11626889 or 7837262. OLE color: 7837262.
HSL color Cylindrical-coordinate representation of color #4E9677: hue angle of 154.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 #4E9677 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 150 | 119 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.41 |
| HSL | 154.17º | 0.32% | 0.45% | - |
| HSV(B) | 154.17º | 0.48% | 0.59% | - |
| XYZ | 17.38 | 24.76 | 21.32 | - |
| YUV | 124.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 150 | 119 | 0.48 | 0 | 0.21 | 0.41 | 154.17 | 0.32 | 0.45 |
| Hex | 4E | 96 | 77 | 30 | 0 | 15 | 29 | 9A | 20 | 2D |
| Octal | 116 | 226 | 167 | 60 | 0 | 25 | 51 | 232 | 40 | 55 |
| Binary | 1001110 | 10010110 | 1110111 | 110000 | 0 | 10101 | 101001 | 10011010 | 100000 | 101101 |
Color Harmonies of #4E9677
Complementary color
Monochromatic Colors of #4E9677
Black with #4E9677
Text Example
Text Example
White with #4E9677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9677; }
p { color: rgb(78,150,119); }
H1.HeaderClassName
{
color: #4E9677;
}
.AnyTagClassName
{
color: #4E9677;
}
</style>
background-color css
<style>
a { background-color: #4E9677; }
a { background-color: rgb(78,150,119); }
div.DivClassName
{
background-color: #4E9677;
}
.BgClassName
{
background-color: #4E9677;
}
</style>
border-color css
<style>
span { border-color: #4E9677; }
span { border-color: rgb(78,150,119); }
td.TdClassName
{
border-color: #4E9677;
}
.TagClassName
{
border-color: #4E9677;
}
</style>