Shades of Ocean Green #4E9D77
Tints of Ocean Green #4E9D77
RGB
CMYK
RGB Variations
Color information
#4E9D77 (or 0x4E9D77) is known color: Ocean Green. HEX triplet: 4E, 9D and 77. RGB value is (78,157,119). Sum of RGB (Red+Green+Blue) = 78+157+119=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #4E9D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9D77 is #B16288. Grayscale: #818181. Windows color (decimal): -11625097 or 7839054. OLE color: 7839054.
HSL color Cylindrical-coordinate representation of color #4E9D77: hue angle of 151.14º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9D77 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 157 | 119 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.38 |
| HSL | 151.14º | 0.34% | 0.46% | - |
| HSV(B) | 151.14º | 0.5% | 0.62% | - |
| XYZ | 18.53 | 27.07 | 21.7 | - |
| YUV | 129.05 | 122.33 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 157 | 119 | 0.50 | 0 | 0.24 | 0.38 | 151.14 | 0.34 | 0.46 |
| Hex | 4E | 9D | 77 | 32 | 0 | 18 | 26 | 97 | 22 | 2E |
| Octal | 116 | 235 | 167 | 62 | 0 | 30 | 46 | 227 | 42 | 56 |
| Binary | 1001110 | 10011101 | 1110111 | 110010 | 0 | 11000 | 100110 | 10010111 | 100010 | 101110 |
Color Harmonies of #4E9D77
Complementary color
Monochromatic Colors of #4E9D77
Black with #4E9D77
Text Example
Text Example
White with #4E9D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9D77; }
p { color: rgb(78,157,119); }
H1.HeaderClassName
{
color: #4E9D77;
}
.AnyTagClassName
{
color: #4E9D77;
}
</style>
background-color css
<style>
a { background-color: #4E9D77; }
a { background-color: rgb(78,157,119); }
div.DivClassName
{
background-color: #4E9D77;
}
.BgClassName
{
background-color: #4E9D77;
}
</style>
border-color css
<style>
span { border-color: #4E9D77; }
span { border-color: rgb(78,157,119); }
td.TdClassName
{
border-color: #4E9D77;
}
.TagClassName
{
border-color: #4E9D77;
}
</style>