Shades of Ocean Green #3F9F73
Tints of Ocean Green #3F9F73
RGB
CMYK
RGB Variations
Color information
#3F9F73 (or 0x3F9F73) is known color: Ocean Green. HEX triplet: 3F, 9F and 73. RGB value is (63,159,115). Sum of RGB (Red+Green+Blue) = 63+159+115=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9F73 is #C0608C. Grayscale: #7D7D7D. Windows color (decimal): -12607629 or 7577407. OLE color: 7577407.
HSL color Cylindrical-coordinate representation of color #3F9F73: hue angle of 152.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9F73 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 159 | 115 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.38 |
| HSL | 152.5º | 0.43% | 0.44% | - |
| HSV(B) | 152.5º | 0.6% | 0.62% | - |
| XYZ | 17.54 | 27.09 | 20.52 | - |
| YUV | 125.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 115 | 0.60 | 0 | 0.28 | 0.38 | 152.5 | 0.43 | 0.44 |
| Hex | 3F | 9F | 73 | 3C | 0 | 1C | 26 | 98 | 2B | 2C |
| Octal | 77 | 237 | 163 | 74 | 0 | 34 | 46 | 230 | 53 | 54 |
| Binary | 111111 | 10011111 | 1110011 | 111100 | 0 | 11100 | 100110 | 10011000 | 101011 | 101100 |
Color Harmonies of #3F9F73
Complementary color
Monochromatic Colors of #3F9F73
Black with #3F9F73
Text Example
Text Example
White with #3F9F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9F73; }
p { color: rgb(63,159,115); }
H1.HeaderClassName
{
color: #3F9F73;
}
.AnyTagClassName
{
color: #3F9F73;
}
</style>
background-color css
<style>
a { background-color: #3F9F73; }
a { background-color: rgb(63,159,115); }
div.DivClassName
{
background-color: #3F9F73;
}
.BgClassName
{
background-color: #3F9F73;
}
</style>
border-color css
<style>
span { border-color: #3F9F73; }
span { border-color: rgb(63,159,115); }
td.TdClassName
{
border-color: #3F9F73;
}
.TagClassName
{
border-color: #3F9F73;
}
</style>