Shades of Ocean Green #3F9E75
Tints of Ocean Green #3F9E75
RGB
CMYK
RGB Variations
Color information
#3F9E75 (or 0x3F9E75) is known color: Ocean Green. HEX triplet: 3F, 9E and 75. RGB value is (63,158,117). Sum of RGB (Red+Green+Blue) = 63+158+117=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 158 - color contains mainly: green. Hex color #3F9E75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9E75 is #C0618A. Grayscale: #7C7C7C. Windows color (decimal): -12607883 or 7708223. OLE color: 7708223.
HSL color Cylindrical-coordinate representation of color #3F9E75: hue angle of 154.11º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9E75 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 158 | 117 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.38 |
| HSL | 154.11º | 0.43% | 0.43% | - |
| HSV(B) | 154.11º | 0.6% | 0.62% | - |
| XYZ | 17.49 | 26.79 | 21.08 | - |
| YUV | 124.92 | 123.53 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 158 | 117 | 0.60 | 0 | 0.26 | 0.38 | 154.11 | 0.43 | 0.43 |
| Hex | 3F | 9E | 75 | 3C | 0 | 1A | 26 | 9A | 2B | 2B |
| Octal | 77 | 236 | 165 | 74 | 0 | 32 | 46 | 232 | 53 | 53 |
| Binary | 111111 | 10011110 | 1110101 | 111100 | 0 | 11010 | 100110 | 10011010 | 101011 | 101011 |
Color Harmonies of #3F9E75
Complementary color
Monochromatic Colors of #3F9E75
Black with #3F9E75
Text Example
Text Example
White with #3F9E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9E75; }
p { color: rgb(63,158,117); }
H1.HeaderClassName
{
color: #3F9E75;
}
.AnyTagClassName
{
color: #3F9E75;
}
</style>
background-color css
<style>
a { background-color: #3F9E75; }
a { background-color: rgb(63,158,117); }
div.DivClassName
{
background-color: #3F9E75;
}
.BgClassName
{
background-color: #3F9E75;
}
</style>
border-color css
<style>
span { border-color: #3F9E75; }
span { border-color: rgb(63,158,117); }
td.TdClassName
{
border-color: #3F9E75;
}
.TagClassName
{
border-color: #3F9E75;
}
</style>