Shades of Ocean Green #4FA079
Tints of Ocean Green #4FA079
RGB
CMYK
RGB Variations
Color information
#4FA079 (or 0x4FA079) is known color: Ocean Green. HEX triplet: 4F, A0 and 79. RGB value is (79,160,121). Sum of RGB (Red+Green+Blue) = 79+160+121=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA079 is #B05F86. Grayscale: #838383. Windows color (decimal): -11558791 or 7970895. OLE color: 7970895.
HSL color Cylindrical-coordinate representation of color #4FA079: hue angle of 151.11º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA079 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 121 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.37 |
| HSL | 151.11º | 0.34% | 0.47% | - |
| HSV(B) | 151.11º | 0.51% | 0.63% | - |
| XYZ | 19.25 | 28.18 | 22.51 | - |
| YUV | 131.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 121 | 0.51 | 0 | 0.24 | 0.37 | 151.11 | 0.34 | 0.47 |
| Hex | 4F | A0 | 79 | 33 | 0 | 18 | 25 | 97 | 22 | 2F |
| Octal | 117 | 240 | 171 | 63 | 0 | 30 | 45 | 227 | 42 | 57 |
| Binary | 1001111 | 10100000 | 1111001 | 110011 | 0 | 11000 | 100101 | 10010111 | 100010 | 101111 |
Color Harmonies of #4FA079
Complementary color
Monochromatic Colors of #4FA079
Black with #4FA079
Text Example
Text Example
White with #4FA079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA079; }
p { color: rgb(79,160,121); }
H1.HeaderClassName
{
color: #4FA079;
}
.AnyTagClassName
{
color: #4FA079;
}
</style>
background-color css
<style>
a { background-color: #4FA079; }
a { background-color: rgb(79,160,121); }
div.DivClassName
{
background-color: #4FA079;
}
.BgClassName
{
background-color: #4FA079;
}
</style>
border-color css
<style>
span { border-color: #4FA079; }
span { border-color: rgb(79,160,121); }
td.TdClassName
{
border-color: #4FA079;
}
.TagClassName
{
border-color: #4FA079;
}
</style>