Shades of Ocean Green #4EAC77
Tints of Ocean Green #4EAC77
RGB
CMYK
RGB Variations
Color information
#4EAC77 (or 0x4EAC77) is known color: Ocean Green. HEX triplet: 4E, AC and 77. RGB value is (78,172,119). Sum of RGB (Red+Green+Blue) = 78+172+119=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAC77 is #B15388. Grayscale: #898989. Windows color (decimal): -11621257 or 7842894. OLE color: 7842894.
HSL color Cylindrical-coordinate representation of color #4EAC77: hue angle of 146.17º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAC77 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 172 | 119 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.33 |
| HSL | 146.17º | 0.38% | 0.49% | - |
| HSV(B) | 146.17º | 0.55% | 0.67% | - |
| XYZ | 21.22 | 32.46 | 22.6 | - |
| YUV | 137.85 | 117.36 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 172 | 119 | 0.55 | 0 | 0.31 | 0.33 | 146.17 | 0.38 | 0.49 |
| Hex | 4E | AC | 77 | 37 | 0 | 1F | 21 | 92 | 26 | 31 |
| Octal | 116 | 254 | 167 | 67 | 0 | 37 | 41 | 222 | 46 | 61 |
| Binary | 1001110 | 10101100 | 1110111 | 110111 | 0 | 11111 | 100001 | 10010010 | 100110 | 110001 |
Color Harmonies of #4EAC77
Complementary color
Monochromatic Colors of #4EAC77
Black with #4EAC77
Text Example
Text Example
White with #4EAC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAC77; }
p { color: rgb(78,172,119); }
H1.HeaderClassName
{
color: #4EAC77;
}
.AnyTagClassName
{
color: #4EAC77;
}
</style>
background-color css
<style>
a { background-color: #4EAC77; }
a { background-color: rgb(78,172,119); }
div.DivClassName
{
background-color: #4EAC77;
}
.BgClassName
{
background-color: #4EAC77;
}
</style>
border-color css
<style>
span { border-color: #4EAC77; }
span { border-color: rgb(78,172,119); }
td.TdClassName
{
border-color: #4EAC77;
}
.TagClassName
{
border-color: #4EAC77;
}
</style>