Shades of Ocean Green #4F966F
Tints of Ocean Green #4F966F
RGB
CMYK
RGB Variations
Color information
#4F966F (or 0x4F966F) is known color: Ocean Green. HEX triplet: 4F, 96 and 6F. RGB value is (79,150,111). Sum of RGB (Red+Green+Blue) = 79+150+111=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #4F966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F966F is #B06990. Grayscale: #7C7C7C. Windows color (decimal): -11561361 or 7312975. OLE color: 7312975.
HSL color Cylindrical-coordinate representation of color #4F966F: hue angle of 147.04º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F966F is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 79 | 150 | 111 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.41 |
| HSL | 147.04º | 0.31% | 0.45% | - |
| HSV(B) | 147.04º | 0.47% | 0.59% | - |
| XYZ | 17 | 24.62 | 18.9 | - |
| YUV | 124.33 | 120.48 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 150 | 111 | 0.47 | 0 | 0.26 | 0.41 | 147.04 | 0.31 | 0.45 |
| Hex | 4F | 96 | 6F | 2F | 0 | 1A | 29 | 93 | 1F | 2D |
| Octal | 117 | 226 | 157 | 57 | 0 | 32 | 51 | 223 | 37 | 55 |
| Binary | 1001111 | 10010110 | 1101111 | 101111 | 0 | 11010 | 101001 | 10010011 | 11111 | 101101 |
Color Harmonies of #4F966F
Complementary color
Monochromatic Colors of #4F966F
Black with #4F966F
Text Example
Text Example
White with #4F966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F966F; }
p { color: rgb(79,150,111); }
H1.HeaderClassName
{
color: #4F966F;
}
.AnyTagClassName
{
color: #4F966F;
}
</style>
background-color css
<style>
a { background-color: #4F966F; }
a { background-color: rgb(79,150,111); }
div.DivClassName
{
background-color: #4F966F;
}
.BgClassName
{
background-color: #4F966F;
}
</style>
border-color css
<style>
span { border-color: #4F966F; }
span { border-color: rgb(79,150,111); }
td.TdClassName
{
border-color: #4F966F;
}
.TagClassName
{
border-color: #4F966F;
}
</style>