Shades of Ocean Green #4FB779
Tints of Ocean Green #4FB779
RGB
CMYK
RGB Variations
Color information
#4FB779 (or 0x4FB779) is known color: Ocean Green. HEX triplet: 4F, B7 and 79. RGB value is (79,183,121). Sum of RGB (Red+Green+Blue) = 79+183+121=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #4FB779 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB779 is #B04886. Grayscale: #909090. Windows color (decimal): -11552903 or 7976783. OLE color: 7976783.
HSL color Cylindrical-coordinate representation of color #4FB779: hue angle of 144.23º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB779 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 183 | 121 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.28 |
| HSL | 144.23º | 0.42% | 0.51% | - |
| HSV(B) | 144.23º | 0.57% | 0.72% | - |
| XYZ | 23.61 | 36.91 | 23.97 | - |
| YUV | 144.84 | 114.54 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 183 | 121 | 0.57 | 0 | 0.34 | 0.28 | 144.23 | 0.42 | 0.51 |
| Hex | 4F | B7 | 79 | 39 | 0 | 22 | 1C | 90 | 2A | 33 |
| Octal | 117 | 267 | 171 | 71 | 0 | 42 | 34 | 220 | 52 | 63 |
| Binary | 1001111 | 10110111 | 1111001 | 111001 | 0 | 100010 | 11100 | 10010000 | 101010 | 110011 |
Color Harmonies of #4FB779
Complementary color
Monochromatic Colors of #4FB779
Black with #4FB779
Text Example
Text Example
White with #4FB779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB779; }
p { color: rgb(79,183,121); }
H1.HeaderClassName
{
color: #4FB779;
}
.AnyTagClassName
{
color: #4FB779;
}
</style>
background-color css
<style>
a { background-color: #4FB779; }
a { background-color: rgb(79,183,121); }
div.DivClassName
{
background-color: #4FB779;
}
.BgClassName
{
background-color: #4FB779;
}
</style>
border-color css
<style>
span { border-color: #4FB779; }
span { border-color: rgb(79,183,121); }
td.TdClassName
{
border-color: #4FB779;
}
.TagClassName
{
border-color: #4FB779;
}
</style>