Shades of Ocean Green #4FB76B
Tints of Ocean Green #4FB76B
RGB
CMYK
RGB Variations
Color information
#4FB76B (or 0x4FB76B) is known color: Ocean Green. HEX triplet: 4F, B7 and 6B. RGB value is (79,183,107). Sum of RGB (Red+Green+Blue) = 79+183+107=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #4FB76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB76B is #B04894. Grayscale: #8F8F8F. Windows color (decimal): -11552917 or 7059279. OLE color: 7059279.
HSL color Cylindrical-coordinate representation of color #4FB76B: hue angle of 136.15º 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 #4FB76B is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 183 | 107 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.28 |
| HSL | 136.15º | 0.42% | 0.51% | - |
| HSV(B) | 136.15º | 0.57% | 0.72% | - |
| XYZ | 22.81 | 36.59 | 19.77 | - |
| YUV | 143.24 | 107.54 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 183 | 107 | 0.57 | 0 | 0.42 | 0.28 | 136.15 | 0.42 | 0.51 |
| Hex | 4F | B7 | 6B | 39 | 0 | 2A | 1C | 88 | 2A | 33 |
| Octal | 117 | 267 | 153 | 71 | 0 | 52 | 34 | 210 | 52 | 63 |
| Binary | 1001111 | 10110111 | 1101011 | 111001 | 0 | 101010 | 11100 | 10001000 | 101010 | 110011 |
Color Harmonies of #4FB76B
Complementary color
Monochromatic Colors of #4FB76B
Black with #4FB76B
Text Example
Text Example
White with #4FB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB76B; }
p { color: rgb(79,183,107); }
H1.HeaderClassName
{
color: #4FB76B;
}
.AnyTagClassName
{
color: #4FB76B;
}
</style>
background-color css
<style>
a { background-color: #4FB76B; }
a { background-color: rgb(79,183,107); }
div.DivClassName
{
background-color: #4FB76B;
}
.BgClassName
{
background-color: #4FB76B;
}
</style>
border-color css
<style>
span { border-color: #4FB76B; }
span { border-color: rgb(79,183,107); }
td.TdClassName
{
border-color: #4FB76B;
}
.TagClassName
{
border-color: #4FB76B;
}
</style>