Shades of Ocean Green #4FA07D
Tints of Ocean Green #4FA07D
RGB
CMYK
RGB Variations
Color information
#4FA07D (or 0x4FA07D) is known color: Ocean Green. HEX triplet: 4F, A0 and 7D. RGB value is (79,160,125). Sum of RGB (Red+Green+Blue) = 79+160+125=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA07D is #B05F82. Grayscale: #838383. Windows color (decimal): -11558787 or 8233039. OLE color: 8233039.
HSL color Cylindrical-coordinate representation of color #4FA07D: hue angle of 154.07º 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 #4FA07D is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 125 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.37 |
| HSL | 154.07º | 0.34% | 0.47% | - |
| HSV(B) | 154.07º | 0.51% | 0.63% | - |
| XYZ | 19.5 | 28.28 | 23.83 | - |
| YUV | 131.79 | 124.16 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 125 | 0.51 | 0 | 0.22 | 0.37 | 154.07 | 0.34 | 0.47 |
| Hex | 4F | A0 | 7D | 33 | 0 | 16 | 25 | 9A | 22 | 2F |
| Octal | 117 | 240 | 175 | 63 | 0 | 26 | 45 | 232 | 42 | 57 |
| Binary | 1001111 | 10100000 | 1111101 | 110011 | 0 | 10110 | 100101 | 10011010 | 100010 | 101111 |
Color Harmonies of #4FA07D
Complementary color
Monochromatic Colors of #4FA07D
Black with #4FA07D
Text Example
Text Example
White with #4FA07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA07D; }
p { color: rgb(79,160,125); }
H1.HeaderClassName
{
color: #4FA07D;
}
.AnyTagClassName
{
color: #4FA07D;
}
</style>
background-color css
<style>
a { background-color: #4FA07D; }
a { background-color: rgb(79,160,125); }
div.DivClassName
{
background-color: #4FA07D;
}
.BgClassName
{
background-color: #4FA07D;
}
</style>
border-color css
<style>
span { border-color: #4FA07D; }
span { border-color: rgb(79,160,125); }
td.TdClassName
{
border-color: #4FA07D;
}
.TagClassName
{
border-color: #4FA07D;
}
</style>