Shades of Ocean Green #4FB065
Tints of Ocean Green #4FB065
RGB
CMYK
RGB Variations
Color information
#4FB065 (or 0x4FB065) is known color: Ocean Green. HEX triplet: 4F, B0 and 65. RGB value is (79,176,101). Sum of RGB (Red+Green+Blue) = 79+176+101=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #4FB065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB065 is #B04F9A. Grayscale: #8A8A8A. Windows color (decimal): -11554715 or 6664271. OLE color: 6664271.
HSL color Cylindrical-coordinate representation of color #4FB065: hue angle of 133.61º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FB065 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 176 | 101 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.31 |
| HSL | 133.61º | 0.38% | 0.5% | - |
| HSV(B) | 133.61º | 0.55% | 0.69% | - |
| XYZ | 21.1 | 33.65 | 17.7 | - |
| YUV | 138.45 | 106.86 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 176 | 101 | 0.55 | 0 | 0.43 | 0.31 | 133.61 | 0.38 | 0.5 |
| Hex | 4F | B0 | 65 | 37 | 0 | 2B | 1F | 86 | 26 | 32 |
| Octal | 117 | 260 | 145 | 67 | 0 | 53 | 37 | 206 | 46 | 62 |
| Binary | 1001111 | 10110000 | 1100101 | 110111 | 0 | 101011 | 11111 | 10000110 | 100110 | 110010 |
Color Harmonies of #4FB065
Complementary color
Monochromatic Colors of #4FB065
Black with #4FB065
Text Example
Text Example
White with #4FB065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB065; }
p { color: rgb(79,176,101); }
H1.HeaderClassName
{
color: #4FB065;
}
.AnyTagClassName
{
color: #4FB065;
}
</style>
background-color css
<style>
a { background-color: #4FB065; }
a { background-color: rgb(79,176,101); }
div.DivClassName
{
background-color: #4FB065;
}
.BgClassName
{
background-color: #4FB065;
}
</style>
border-color css
<style>
span { border-color: #4FB065; }
span { border-color: rgb(79,176,101); }
td.TdClassName
{
border-color: #4FB065;
}
.TagClassName
{
border-color: #4FB065;
}
</style>