Shades of Ocean Green #4FA077
Tints of Ocean Green #4FA077
RGB
CMYK
RGB Variations
Color information
#4FA077 (or 0x4FA077) is known color: Ocean Green. HEX triplet: 4F, A0 and 77. RGB value is (79,160,119). Sum of RGB (Red+Green+Blue) = 79+160+119=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA077 is #B05F88. Grayscale: #838383. Windows color (decimal): -11558793 or 7839823. OLE color: 7839823.
HSL color Cylindrical-coordinate representation of color #4FA077: hue angle of 149.63º 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 #4FA077 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 119 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.37 |
| HSL | 149.63º | 0.34% | 0.47% | - |
| HSV(B) | 149.63º | 0.51% | 0.63% | - |
| XYZ | 19.13 | 28.14 | 21.88 | - |
| YUV | 131.11 | 121.16 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 119 | 0.51 | 0 | 0.26 | 0.37 | 149.63 | 0.34 | 0.47 |
| Hex | 4F | A0 | 77 | 33 | 0 | 1A | 25 | 96 | 22 | 2F |
| Octal | 117 | 240 | 167 | 63 | 0 | 32 | 45 | 226 | 42 | 57 |
| Binary | 1001111 | 10100000 | 1110111 | 110011 | 0 | 11010 | 100101 | 10010110 | 100010 | 101111 |
Color Harmonies of #4FA077
Complementary color
Monochromatic Colors of #4FA077
Black with #4FA077
Text Example
Text Example
White with #4FA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA077; }
p { color: rgb(79,160,119); }
H1.HeaderClassName
{
color: #4FA077;
}
.AnyTagClassName
{
color: #4FA077;
}
</style>
background-color css
<style>
a { background-color: #4FA077; }
a { background-color: rgb(79,160,119); }
div.DivClassName
{
background-color: #4FA077;
}
.BgClassName
{
background-color: #4FA077;
}
</style>
border-color css
<style>
span { border-color: #4FA077; }
span { border-color: rgb(79,160,119); }
td.TdClassName
{
border-color: #4FA077;
}
.TagClassName
{
border-color: #4FA077;
}
</style>