Shades of Ocean Green #4E9069
Tints of Ocean Green #4E9069
RGB
CMYK
RGB Variations
Color information
#4E9069 (or 0x4E9069) is known color: Ocean Green. HEX triplet: 4E, 90 and 69. RGB value is (78,144,105). Sum of RGB (Red+Green+Blue) = 78+144+105=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9069 is #B16F96. Grayscale: #777777. Windows color (decimal): -11628439 or 6918222. OLE color: 6918222.
HSL color Cylindrical-coordinate representation of color #4E9069: hue angle of 144.55º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E9069 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 144 | 105 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.44 |
| HSL | 144.55º | 0.3% | 0.44% | - |
| HSV(B) | 144.55º | 0.46% | 0.56% | - |
| XYZ | 15.66 | 22.59 | 16.9 | - |
| YUV | 119.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 105 | 0.46 | 0 | 0.27 | 0.44 | 144.55 | 0.3 | 0.44 |
| Hex | 4E | 90 | 69 | 2E | 0 | 1B | 2C | 91 | 1E | 2C |
| Octal | 116 | 220 | 151 | 56 | 0 | 33 | 54 | 221 | 36 | 54 |
| Binary | 1001110 | 10010000 | 1101001 | 101110 | 0 | 11011 | 101100 | 10010001 | 11110 | 101100 |
Color Harmonies of #4E9069
Complementary color
Monochromatic Colors of #4E9069
Black with #4E9069
Text Example
Text Example
White with #4E9069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9069; }
p { color: rgb(78,144,105); }
H1.HeaderClassName
{
color: #4E9069;
}
.AnyTagClassName
{
color: #4E9069;
}
</style>
background-color css
<style>
a { background-color: #4E9069; }
a { background-color: rgb(78,144,105); }
div.DivClassName
{
background-color: #4E9069;
}
.BgClassName
{
background-color: #4E9069;
}
</style>
border-color css
<style>
span { border-color: #4E9069; }
span { border-color: rgb(78,144,105); }
td.TdClassName
{
border-color: #4E9069;
}
.TagClassName
{
border-color: #4E9069;
}
</style>