Shades of Ocean Green #4FA074
Tints of Ocean Green #4FA074
RGB
CMYK
RGB Variations
Color information
#4FA074 (or 0x4FA074) is known color: Ocean Green. HEX triplet: 4F, A0 and 74. RGB value is (79,160,116). Sum of RGB (Red+Green+Blue) = 79+160+116=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA074 is #B05F8B. Grayscale: #828282. Windows color (decimal): -11558796 or 7643215. OLE color: 7643215.
HSL color Cylindrical-coordinate representation of color #4FA074: hue angle of 147.41º 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 #4FA074 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 116 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.37 |
| HSL | 147.41º | 0.34% | 0.47% | - |
| HSV(B) | 147.41º | 0.51% | 0.63% | - |
| XYZ | 18.95 | 28.06 | 20.94 | - |
| YUV | 130.77 | 119.66 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 116 | 0.51 | 0 | 0.28 | 0.37 | 147.41 | 0.34 | 0.47 |
| Hex | 4F | A0 | 74 | 33 | 0 | 1C | 25 | 93 | 22 | 2F |
| Octal | 117 | 240 | 164 | 63 | 0 | 34 | 45 | 223 | 42 | 57 |
| Binary | 1001111 | 10100000 | 1110100 | 110011 | 0 | 11100 | 100101 | 10010011 | 100010 | 101111 |
Color Harmonies of #4FA074
Complementary color
Monochromatic Colors of #4FA074
Black with #4FA074
Text Example
Text Example
White with #4FA074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA074; }
p { color: rgb(79,160,116); }
H1.HeaderClassName
{
color: #4FA074;
}
.AnyTagClassName
{
color: #4FA074;
}
</style>
background-color css
<style>
a { background-color: #4FA074; }
a { background-color: rgb(79,160,116); }
div.DivClassName
{
background-color: #4FA074;
}
.BgClassName
{
background-color: #4FA074;
}
</style>
border-color css
<style>
span { border-color: #4FA074; }
span { border-color: rgb(79,160,116); }
td.TdClassName
{
border-color: #4FA074;
}
.TagClassName
{
border-color: #4FA074;
}
</style>