Shades of Ocean Green #4FA175
Tints of Ocean Green #4FA175
RGB
CMYK
RGB Variations
Color information
#4FA175 (or 0x4FA175) is known color: Ocean Green. HEX triplet: 4F, A1 and 75. RGB value is (79,161,117). Sum of RGB (Red+Green+Blue) = 79+161+117=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA175 is #B05E8A. Grayscale: #838383. Windows color (decimal): -11558539 or 7709007. OLE color: 7709007.
HSL color Cylindrical-coordinate representation of color #4FA175: hue angle of 147.8º 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 #4FA175 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 117 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.37 |
| HSL | 147.8º | 0.34% | 0.47% | - |
| HSV(B) | 147.8º | 0.51% | 0.63% | - |
| XYZ | 19.18 | 28.44 | 21.31 | - |
| YUV | 131.47 | 119.83 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 117 | 0.51 | 0 | 0.27 | 0.37 | 147.8 | 0.34 | 0.47 |
| Hex | 4F | A1 | 75 | 33 | 0 | 1B | 25 | 94 | 22 | 2F |
| Octal | 117 | 241 | 165 | 63 | 0 | 33 | 45 | 224 | 42 | 57 |
| Binary | 1001111 | 10100001 | 1110101 | 110011 | 0 | 11011 | 100101 | 10010100 | 100010 | 101111 |
Color Harmonies of #4FA175
Complementary color
Monochromatic Colors of #4FA175
Black with #4FA175
Text Example
Text Example
White with #4FA175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA175; }
p { color: rgb(79,161,117); }
H1.HeaderClassName
{
color: #4FA175;
}
.AnyTagClassName
{
color: #4FA175;
}
</style>
background-color css
<style>
a { background-color: #4FA175; }
a { background-color: rgb(79,161,117); }
div.DivClassName
{
background-color: #4FA175;
}
.BgClassName
{
background-color: #4FA175;
}
</style>
border-color css
<style>
span { border-color: #4FA175; }
span { border-color: rgb(79,161,117); }
td.TdClassName
{
border-color: #4FA175;
}
.TagClassName
{
border-color: #4FA175;
}
</style>