Shades of Ocean Green #4EAF68
Tints of Ocean Green #4EAF68
RGB
CMYK
RGB Variations
Color information
#4EAF68 (or 0x4EAF68) is known color: Ocean Green. HEX triplet: 4E, AF and 68. RGB value is (78,175,104). Sum of RGB (Red+Green+Blue) = 78+175+104=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAF68 is #B15097. Grayscale: #8A8A8A. Windows color (decimal): -11620504 or 6860622. OLE color: 6860622.
HSL color Cylindrical-coordinate representation of color #4EAF68: hue angle of 136.08º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAF68 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 175 | 104 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.31 |
| HSL | 136.08º | 0.38% | 0.5% | - |
| HSV(B) | 136.08º | 0.55% | 0.69% | - |
| XYZ | 20.97 | 33.28 | 18.41 | - |
| YUV | 137.9 | 108.86 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 104 | 0.55 | 0 | 0.41 | 0.31 | 136.08 | 0.38 | 0.5 |
| Hex | 4E | AF | 68 | 37 | 0 | 29 | 1F | 88 | 26 | 32 |
| Octal | 116 | 257 | 150 | 67 | 0 | 51 | 37 | 210 | 46 | 62 |
| Binary | 1001110 | 10101111 | 1101000 | 110111 | 0 | 101001 | 11111 | 10001000 | 100110 | 110010 |
Color Harmonies of #4EAF68
Complementary color
Monochromatic Colors of #4EAF68
Black with #4EAF68
Text Example
Text Example
White with #4EAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAF68; }
p { color: rgb(78,175,104); }
H1.HeaderClassName
{
color: #4EAF68;
}
.AnyTagClassName
{
color: #4EAF68;
}
</style>
background-color css
<style>
a { background-color: #4EAF68; }
a { background-color: rgb(78,175,104); }
div.DivClassName
{
background-color: #4EAF68;
}
.BgClassName
{
background-color: #4EAF68;
}
</style>
border-color css
<style>
span { border-color: #4EAF68; }
span { border-color: rgb(78,175,104); }
td.TdClassName
{
border-color: #4EAF68;
}
.TagClassName
{
border-color: #4EAF68;
}
</style>