Shades of Ocean Green #4FB76D
Tints of Ocean Green #4FB76D
RGB
CMYK
RGB Variations
Color information
#4FB76D (or 0x4FB76D) is known color: Ocean Green. HEX triplet: 4F, B7 and 6D. RGB value is (79,183,109). Sum of RGB (Red+Green+Blue) = 79+183+109=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #4FB76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB76D is #B04892. Grayscale: #8F8F8F. Windows color (decimal): -11552915 or 7190351. OLE color: 7190351.
HSL color Cylindrical-coordinate representation of color #4FB76D: hue angle of 137.31º 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 #4FB76D is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 183 | 109 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.28 |
| HSL | 137.31º | 0.42% | 0.51% | - |
| HSV(B) | 137.31º | 0.57% | 0.72% | - |
| XYZ | 22.92 | 36.63 | 20.33 | - |
| YUV | 143.47 | 108.54 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 183 | 109 | 0.57 | 0 | 0.40 | 0.28 | 137.31 | 0.42 | 0.51 |
| Hex | 4F | B7 | 6D | 39 | 0 | 28 | 1C | 89 | 2A | 33 |
| Octal | 117 | 267 | 155 | 71 | 0 | 50 | 34 | 211 | 52 | 63 |
| Binary | 1001111 | 10110111 | 1101101 | 111001 | 0 | 101000 | 11100 | 10001001 | 101010 | 110011 |
Color Harmonies of #4FB76D
Complementary color
Monochromatic Colors of #4FB76D
Black with #4FB76D
Text Example
Text Example
White with #4FB76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB76D; }
p { color: rgb(79,183,109); }
H1.HeaderClassName
{
color: #4FB76D;
}
.AnyTagClassName
{
color: #4FB76D;
}
</style>
background-color css
<style>
a { background-color: #4FB76D; }
a { background-color: rgb(79,183,109); }
div.DivClassName
{
background-color: #4FB76D;
}
.BgClassName
{
background-color: #4FB76D;
}
</style>
border-color css
<style>
span { border-color: #4FB76D; }
span { border-color: rgb(79,183,109); }
td.TdClassName
{
border-color: #4FB76D;
}
.TagClassName
{
border-color: #4FB76D;
}
</style>