Shades of Ocean Green #3FA077
Tints of Ocean Green #3FA077
RGB
CMYK
RGB Variations
Color information
#3FA077 (or 0x3FA077) is known color: Ocean Green. HEX triplet: 3F, A0 and 77. RGB value is (63,160,119). Sum of RGB (Red+Green+Blue) = 63+160+119=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA077 is #C05F88. Grayscale: #7E7E7E. Windows color (decimal): -12607369 or 7839807. OLE color: 7839807.
HSL color Cylindrical-coordinate representation of color #3FA077: hue angle of 154.64º 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 #3FA077 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 119 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.37 |
| HSL | 154.64º | 0.43% | 0.44% | - |
| HSV(B) | 154.64º | 0.61% | 0.63% | - |
| XYZ | 17.95 | 27.53 | 21.82 | - |
| YUV | 126.32 | 123.86 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 119 | 0.61 | 0 | 0.26 | 0.37 | 154.64 | 0.43 | 0.44 |
| Hex | 3F | A0 | 77 | 3D | 0 | 1A | 25 | 9B | 2B | 2C |
| Octal | 77 | 240 | 167 | 75 | 0 | 32 | 45 | 233 | 53 | 54 |
| Binary | 111111 | 10100000 | 1110111 | 111101 | 0 | 11010 | 100101 | 10011011 | 101011 | 101100 |
Color Harmonies of #3FA077
Complementary color
Monochromatic Colors of #3FA077
Black with #3FA077
Text Example
Text Example
White with #3FA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA077; }
p { color: rgb(63,160,119); }
H1.HeaderClassName
{
color: #3FA077;
}
.AnyTagClassName
{
color: #3FA077;
}
</style>
background-color css
<style>
a { background-color: #3FA077; }
a { background-color: rgb(63,160,119); }
div.DivClassName
{
background-color: #3FA077;
}
.BgClassName
{
background-color: #3FA077;
}
</style>
border-color css
<style>
span { border-color: #3FA077; }
span { border-color: rgb(63,160,119); }
td.TdClassName
{
border-color: #3FA077;
}
.TagClassName
{
border-color: #3FA077;
}
</style>