Shades of Ocean Green #4EAF74
Tints of Ocean Green #4EAF74
RGB
CMYK
RGB Variations
Color information
#4EAF74 (or 0x4EAF74) is known color: Ocean Green. HEX triplet: 4E, AF and 74. RGB value is (78,175,116). Sum of RGB (Red+Green+Blue) = 78+175+116=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAF74 is #B1508B. Grayscale: #8B8B8B. Windows color (decimal): -11620492 or 7647054. OLE color: 7647054.
HSL color Cylindrical-coordinate representation of color #4EAF74: hue angle of 143.51º 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 #4EAF74 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 175 | 116 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.31 |
| HSL | 143.51º | 0.38% | 0.5% | - |
| HSV(B) | 143.51º | 0.55% | 0.69% | - |
| XYZ | 21.62 | 33.54 | 21.86 | - |
| YUV | 139.27 | 114.86 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 116 | 0.55 | 0 | 0.34 | 0.31 | 143.51 | 0.38 | 0.5 |
| Hex | 4E | AF | 74 | 37 | 0 | 22 | 1F | 90 | 26 | 32 |
| Octal | 116 | 257 | 164 | 67 | 0 | 42 | 37 | 220 | 46 | 62 |
| Binary | 1001110 | 10101111 | 1110100 | 110111 | 0 | 100010 | 11111 | 10010000 | 100110 | 110010 |
Color Harmonies of #4EAF74
Complementary color
Monochromatic Colors of #4EAF74
Black with #4EAF74
Text Example
Text Example
White with #4EAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAF74; }
p { color: rgb(78,175,116); }
H1.HeaderClassName
{
color: #4EAF74;
}
.AnyTagClassName
{
color: #4EAF74;
}
</style>
background-color css
<style>
a { background-color: #4EAF74; }
a { background-color: rgb(78,175,116); }
div.DivClassName
{
background-color: #4EAF74;
}
.BgClassName
{
background-color: #4EAF74;
}
</style>
border-color css
<style>
span { border-color: #4EAF74; }
span { border-color: rgb(78,175,116); }
td.TdClassName
{
border-color: #4EAF74;
}
.TagClassName
{
border-color: #4EAF74;
}
</style>