Shades of Ocean Green #3FA076
Tints of Ocean Green #3FA076
RGB
CMYK
RGB Variations
Color information
#3FA076 (or 0x3FA076) is known color: Ocean Green. HEX triplet: 3F, A0 and 76. RGB value is (63,160,118). Sum of RGB (Red+Green+Blue) = 63+160+118=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA076 is #C05F89. Grayscale: #7E7E7E. Windows color (decimal): -12607370 or 7774271. OLE color: 7774271.
HSL color Cylindrical-coordinate representation of color #3FA076: hue angle of 154.02º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA076 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 118 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.37 |
| HSL | 154.02º | 0.43% | 0.44% | - |
| HSV(B) | 154.02º | 0.61% | 0.63% | - |
| XYZ | 17.89 | 27.51 | 21.51 | - |
| YUV | 126.21 | 123.36 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 118 | 0.61 | 0 | 0.26 | 0.37 | 154.02 | 0.43 | 0.44 |
| Hex | 3F | A0 | 76 | 3D | 0 | 1A | 25 | 9A | 2B | 2C |
| Octal | 77 | 240 | 166 | 75 | 0 | 32 | 45 | 232 | 53 | 54 |
| Binary | 111111 | 10100000 | 1110110 | 111101 | 0 | 11010 | 100101 | 10011010 | 101011 | 101100 |
Color Harmonies of #3FA076
Complementary color
Monochromatic Colors of #3FA076
Black with #3FA076
Text Example
Text Example
White with #3FA076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA076; }
p { color: rgb(63,160,118); }
H1.HeaderClassName
{
color: #3FA076;
}
.AnyTagClassName
{
color: #3FA076;
}
</style>
background-color css
<style>
a { background-color: #3FA076; }
a { background-color: rgb(63,160,118); }
div.DivClassName
{
background-color: #3FA076;
}
.BgClassName
{
background-color: #3FA076;
}
</style>
border-color css
<style>
span { border-color: #3FA076; }
span { border-color: rgb(63,160,118); }
td.TdClassName
{
border-color: #3FA076;
}
.TagClassName
{
border-color: #3FA076;
}
</style>