Shades of Ocean Green #4F9F73
Tints of Ocean Green #4F9F73
RGB
CMYK
RGB Variations
Color information
#4F9F73 (or 0x4F9F73) is known color: Ocean Green. HEX triplet: 4F, 9F and 73. RGB value is (79,159,115). Sum of RGB (Red+Green+Blue) = 79+159+115=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9F73 is #B0608C. Grayscale: #828282. Windows color (decimal): -11559053 or 7577423. OLE color: 7577423.
HSL color Cylindrical-coordinate representation of color #4F9F73: hue angle of 147º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9F73 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 159 | 115 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.38 |
| HSL | 147º | 0.34% | 0.47% | - |
| HSV(B) | 147º | 0.5% | 0.62% | - |
| XYZ | 18.72 | 27.7 | 20.58 | - |
| YUV | 130.06 | 119.5 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 159 | 115 | 0.50 | 0 | 0.28 | 0.38 | 147 | 0.34 | 0.47 |
| Hex | 4F | 9F | 73 | 32 | 0 | 1C | 26 | 93 | 22 | 2F |
| Octal | 117 | 237 | 163 | 62 | 0 | 34 | 46 | 223 | 42 | 57 |
| Binary | 1001111 | 10011111 | 1110011 | 110010 | 0 | 11100 | 100110 | 10010011 | 100010 | 101111 |
Color Harmonies of #4F9F73
Complementary color
Monochromatic Colors of #4F9F73
Black with #4F9F73
Text Example
Text Example
White with #4F9F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9F73; }
p { color: rgb(79,159,115); }
H1.HeaderClassName
{
color: #4F9F73;
}
.AnyTagClassName
{
color: #4F9F73;
}
</style>
background-color css
<style>
a { background-color: #4F9F73; }
a { background-color: rgb(79,159,115); }
div.DivClassName
{
background-color: #4F9F73;
}
.BgClassName
{
background-color: #4F9F73;
}
</style>
border-color css
<style>
span { border-color: #4F9F73; }
span { border-color: rgb(79,159,115); }
td.TdClassName
{
border-color: #4F9F73;
}
.TagClassName
{
border-color: #4F9F73;
}
</style>