Shades of Ocean Green #4E9F6C
Tints of Ocean Green #4E9F6C
RGB
CMYK
RGB Variations
Color information
#4E9F6C (or 0x4E9F6C) is known color: Ocean Green. HEX triplet: 4E, 9F and 6C. RGB value is (78,159,108). Sum of RGB (Red+Green+Blue) = 78+159+108=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9F6C is #B16093. Grayscale: #818181. Windows color (decimal): -11624596 or 7118670. OLE color: 7118670.
HSL color Cylindrical-coordinate representation of color #4E9F6C: hue angle of 142.22º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E9F6C is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 159 | 108 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.38 |
| HSL | 142.22º | 0.34% | 0.46% | - |
| HSV(B) | 142.22º | 0.51% | 0.62% | - |
| XYZ | 18.25 | 27.5 | 18.53 | - |
| YUV | 128.97 | 116.16 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 159 | 108 | 0.51 | 0 | 0.32 | 0.38 | 142.22 | 0.34 | 0.46 |
| Hex | 4E | 9F | 6C | 33 | 0 | 20 | 26 | 8E | 22 | 2E |
| Octal | 116 | 237 | 154 | 63 | 0 | 40 | 46 | 216 | 42 | 56 |
| Binary | 1001110 | 10011111 | 1101100 | 110011 | 0 | 100000 | 100110 | 10001110 | 100010 | 101110 |
Color Harmonies of #4E9F6C
Complementary color
Monochromatic Colors of #4E9F6C
Black with #4E9F6C
Text Example
Text Example
White with #4E9F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9F6C; }
p { color: rgb(78,159,108); }
H1.HeaderClassName
{
color: #4E9F6C;
}
.AnyTagClassName
{
color: #4E9F6C;
}
</style>
background-color css
<style>
a { background-color: #4E9F6C; }
a { background-color: rgb(78,159,108); }
div.DivClassName
{
background-color: #4E9F6C;
}
.BgClassName
{
background-color: #4E9F6C;
}
</style>
border-color css
<style>
span { border-color: #4E9F6C; }
span { border-color: rgb(78,159,108); }
td.TdClassName
{
border-color: #4E9F6C;
}
.TagClassName
{
border-color: #4E9F6C;
}
</style>