Shades of Ocean Green #4EB06F
Tints of Ocean Green #4EB06F
RGB
CMYK
RGB Variations
Color information
#4EB06F (or 0x4EB06F) is known color: Ocean Green. HEX triplet: 4E, B0 and 6F. RGB value is (78,176,111). Sum of RGB (Red+Green+Blue) = 78+176+111=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #4EB06F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EB06F is #B14F90. Grayscale: #8B8B8B. Windows color (decimal): -11620241 or 7319630. OLE color: 7319630.
HSL color Cylindrical-coordinate representation of color #4EB06F: hue angle of 140.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB06F is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 176 | 111 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.31 |
| HSL | 140.2º | 0.39% | 0.5% | - |
| HSV(B) | 140.2º | 0.56% | 0.69% | - |
| XYZ | 21.54 | 33.82 | 20.43 | - |
| YUV | 139.29 | 112.03 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 176 | 111 | 0.56 | 0 | 0.37 | 0.31 | 140.2 | 0.39 | 0.5 |
| Hex | 4E | B0 | 6F | 38 | 0 | 25 | 1F | 8C | 27 | 32 |
| Octal | 116 | 260 | 157 | 70 | 0 | 45 | 37 | 214 | 47 | 62 |
| Binary | 1001110 | 10110000 | 1101111 | 111000 | 0 | 100101 | 11111 | 10001100 | 100111 | 110010 |
Color Harmonies of #4EB06F
Complementary color
Monochromatic Colors of #4EB06F
Black with #4EB06F
Text Example
Text Example
White with #4EB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB06F; }
p { color: rgb(78,176,111); }
H1.HeaderClassName
{
color: #4EB06F;
}
.AnyTagClassName
{
color: #4EB06F;
}
</style>
background-color css
<style>
a { background-color: #4EB06F; }
a { background-color: rgb(78,176,111); }
div.DivClassName
{
background-color: #4EB06F;
}
.BgClassName
{
background-color: #4EB06F;
}
</style>
border-color css
<style>
span { border-color: #4EB06F; }
span { border-color: rgb(78,176,111); }
td.TdClassName
{
border-color: #4EB06F;
}
.TagClassName
{
border-color: #4EB06F;
}
</style>