Shades of Ocean Green #4EA76C
Tints of Ocean Green #4EA76C
RGB
CMYK
RGB Variations
Color information
#4EA76C (or 0x4EA76C) is known color: Ocean Green. HEX triplet: 4E, A7 and 6C. RGB value is (78,167,108). Sum of RGB (Red+Green+Blue) = 78+167+108=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #4EA76C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA76C is #B15893. Grayscale: #858585. Windows color (decimal): -11622548 or 7120718. OLE color: 7120718.
HSL color Cylindrical-coordinate representation of color #4EA76C: hue angle of 140.22º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA76C is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 78 | 167 | 108 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.35 |
| HSL | 140.22º | 0.36% | 0.48% | - |
| HSV(B) | 140.22º | 0.53% | 0.65% | - |
| XYZ | 19.67 | 30.34 | 19.01 | - |
| YUV | 133.66 | 113.51 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 167 | 108 | 0.53 | 0 | 0.35 | 0.35 | 140.22 | 0.36 | 0.48 |
| Hex | 4E | A7 | 6C | 35 | 0 | 23 | 23 | 8C | 24 | 30 |
| Octal | 116 | 247 | 154 | 65 | 0 | 43 | 43 | 214 | 44 | 60 |
| Binary | 1001110 | 10100111 | 1101100 | 110101 | 0 | 100011 | 100011 | 10001100 | 100100 | 110000 |
Color Harmonies of #4EA76C
Complementary color
Monochromatic Colors of #4EA76C
Black with #4EA76C
Text Example
Text Example
White with #4EA76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA76C; }
p { color: rgb(78,167,108); }
H1.HeaderClassName
{
color: #4EA76C;
}
.AnyTagClassName
{
color: #4EA76C;
}
</style>
background-color css
<style>
a { background-color: #4EA76C; }
a { background-color: rgb(78,167,108); }
div.DivClassName
{
background-color: #4EA76C;
}
.BgClassName
{
background-color: #4EA76C;
}
</style>
border-color css
<style>
span { border-color: #4EA76C; }
span { border-color: rgb(78,167,108); }
td.TdClassName
{
border-color: #4EA76C;
}
.TagClassName
{
border-color: #4EA76C;
}
</style>