Shades of Ocean Green #4FA868
Tints of Ocean Green #4FA868
RGB
CMYK
RGB Variations
Color information
#4FA868 (or 0x4FA868) is known color: Ocean Green. HEX triplet: 4F, A8 and 68. RGB value is (79,168,104). Sum of RGB (Red+Green+Blue) = 79+168+104=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 168 - color contains mainly: green. Hex color #4FA868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA868 is #B05797. Grayscale: #868686. Windows color (decimal): -11556760 or 6858831. OLE color: 6858831.
HSL color Cylindrical-coordinate representation of color #4FA868: hue angle of 136.85º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA868 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 79 | 168 | 104 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.34 |
| HSL | 136.85º | 0.36% | 0.48% | - |
| HSV(B) | 136.85º | 0.53% | 0.66% | - |
| XYZ | 19.73 | 30.67 | 17.98 | - |
| YUV | 134.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 168 | 104 | 0.53 | 0 | 0.38 | 0.34 | 136.85 | 0.36 | 0.48 |
| Hex | 4F | A8 | 68 | 35 | 0 | 26 | 22 | 89 | 24 | 30 |
| Octal | 117 | 250 | 150 | 65 | 0 | 46 | 42 | 211 | 44 | 60 |
| Binary | 1001111 | 10101000 | 1101000 | 110101 | 0 | 100110 | 100010 | 10001001 | 100100 | 110000 |
Color Harmonies of #4FA868
Complementary color
Monochromatic Colors of #4FA868
Black with #4FA868
Text Example
Text Example
White with #4FA868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA868; }
p { color: rgb(79,168,104); }
H1.HeaderClassName
{
color: #4FA868;
}
.AnyTagClassName
{
color: #4FA868;
}
</style>
background-color css
<style>
a { background-color: #4FA868; }
a { background-color: rgb(79,168,104); }
div.DivClassName
{
background-color: #4FA868;
}
.BgClassName
{
background-color: #4FA868;
}
</style>
border-color css
<style>
span { border-color: #4FA868; }
span { border-color: rgb(79,168,104); }
td.TdClassName
{
border-color: #4FA868;
}
.TagClassName
{
border-color: #4FA868;
}
</style>