Shades of Ocean Green #4FAD68
Tints of Ocean Green #4FAD68
RGB
CMYK
RGB Variations
Color information
#4FAD68 (or 0x4FAD68) is known color: Ocean Green. HEX triplet: 4F, AD and 68. RGB value is (79,173,104). Sum of RGB (Red+Green+Blue) = 79+173+104=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #4FAD68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAD68 is #B05297. Grayscale: #898989. Windows color (decimal): -11555480 or 6860111. OLE color: 6860111.
HSL color Cylindrical-coordinate representation of color #4FAD68: hue angle of 135.96º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAD68 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 173 | 104 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.32 |
| HSL | 135.96º | 0.37% | 0.49% | - |
| HSV(B) | 135.96º | 0.54% | 0.68% | - |
| XYZ | 20.67 | 32.55 | 18.29 | - |
| YUV | 137.03 | 109.36 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 104 | 0.54 | 0 | 0.40 | 0.32 | 135.96 | 0.37 | 0.49 |
| Hex | 4F | AD | 68 | 36 | 0 | 28 | 20 | 88 | 25 | 31 |
| Octal | 117 | 255 | 150 | 66 | 0 | 50 | 40 | 210 | 45 | 61 |
| Binary | 1001111 | 10101101 | 1101000 | 110110 | 0 | 101000 | 100000 | 10001000 | 100101 | 110001 |
Color Harmonies of #4FAD68
Complementary color
Monochromatic Colors of #4FAD68
Black with #4FAD68
Text Example
Text Example
White with #4FAD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAD68; }
p { color: rgb(79,173,104); }
H1.HeaderClassName
{
color: #4FAD68;
}
.AnyTagClassName
{
color: #4FAD68;
}
</style>
background-color css
<style>
a { background-color: #4FAD68; }
a { background-color: rgb(79,173,104); }
div.DivClassName
{
background-color: #4FAD68;
}
.BgClassName
{
background-color: #4FAD68;
}
</style>
border-color css
<style>
span { border-color: #4FAD68; }
span { border-color: rgb(79,173,104); }
td.TdClassName
{
border-color: #4FAD68;
}
.TagClassName
{
border-color: #4FAD68;
}
</style>