Shades of Ocean Green #4FA779
Tints of Ocean Green #4FA779
RGB
CMYK
RGB Variations
Color information
#4FA779 (or 0x4FA779) is known color: Ocean Green. HEX triplet: 4F, A7 and 79. RGB value is (79,167,121). Sum of RGB (Red+Green+Blue) = 79+167+121=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 167 - color contains mainly: green. Hex color #4FA779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA779 is #B05886. Grayscale: #878787. Windows color (decimal): -11556999 or 7972687. OLE color: 7972687.
HSL color Cylindrical-coordinate representation of color #4FA779: hue angle of 148.64º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA779 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 167 | 121 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.35 |
| HSL | 148.64º | 0.36% | 0.48% | - |
| HSV(B) | 148.64º | 0.53% | 0.65% | - |
| XYZ | 20.49 | 30.68 | 22.93 | - |
| YUV | 135.44 | 119.85 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 167 | 121 | 0.53 | 0 | 0.28 | 0.35 | 148.64 | 0.36 | 0.48 |
| Hex | 4F | A7 | 79 | 35 | 0 | 1C | 23 | 95 | 24 | 30 |
| Octal | 117 | 247 | 171 | 65 | 0 | 34 | 43 | 225 | 44 | 60 |
| Binary | 1001111 | 10100111 | 1111001 | 110101 | 0 | 11100 | 100011 | 10010101 | 100100 | 110000 |
Color Harmonies of #4FA779
Complementary color
Monochromatic Colors of #4FA779
Black with #4FA779
Text Example
Text Example
White with #4FA779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA779; }
p { color: rgb(79,167,121); }
H1.HeaderClassName
{
color: #4FA779;
}
.AnyTagClassName
{
color: #4FA779;
}
</style>
background-color css
<style>
a { background-color: #4FA779; }
a { background-color: rgb(79,167,121); }
div.DivClassName
{
background-color: #4FA779;
}
.BgClassName
{
background-color: #4FA779;
}
</style>
border-color css
<style>
span { border-color: #4FA779; }
span { border-color: rgb(79,167,121); }
td.TdClassName
{
border-color: #4FA779;
}
.TagClassName
{
border-color: #4FA779;
}
</style>